Lightbox Wordpress Plugin

The AcceptivaPro Wordpress Plugin allows you to connect our lightbox to any WordPress page or post. The lightbox allows you to accept payments by collecting transaction data on your page, and having the payer enter payment information on our lightbox form, which is hosted on our secure server.  To integrate the AcceptivaPro lightbox:

  • Receive the plugin from us as a zip file.  Soon the plugin will be available in the WordPress plugin library.
  • Login to your WordPress admin area and go to the plugins area. Install the plugin by uploading our zip file.
  • Activate the plugin.
  • Go to the plugin settings and enter your API key.  You may optionally check the ‘Sandbox?’ box if you would like to test in the sandbox.  In this case, you must obtain a sandbox API key from us and enter that instead of the live API key.
  • Add the [accpro] shortcode on any page or post you desire to use the lightbox.  This assumes that your page/post is set up to work with the lightbox. Reference the Lightbox documentation to set up your page to integrate with the AcceptivaPro Lightbox.
  • If a more customized setup is required, you can do so by mapping any of the customization parameters (see Lightbox Documentation) to shortcode attributes. For example:
	[accpro merch_acct_id_str="{ 1: '154', 2: '32' }" default_payment_type="2"]

The attributes are the same names/formats as in the Lightbox documentation, and the attribute values must be double quoted.