Adds the Dwolla payment button helper code to your pages.
Author: | Michael Schonfeld (@BaconSeason) (profile at wordpress.org) |
WordPress version required: | 2.5 |
WordPress version tested: | 3.6 |
Plugin version: | 4.2 |
Added to WordPress repository: | 14-06-2012 |
Last updated: | 21-08-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 60 |
Rated by: | 1 |
Plugin URI: | |
Total downloads: | 1 754 |
Active installs: | 60+ |
Click to start download |
This plugin adds Dwolla's payment button helper script to your site's tag, and introduces the [dwolla] shortcode API to your WordPress editor. By doing so, it enables you to easily embed Dwolla payment buttons throughout your site.
Including a payment button in your post can be as easy as typing this into your page: [dwolla key="YOUR PAYMENT KEY" amount="1.99"]Pay Me Now![/dwolla]
The shortcode API will automatically replace that line with a working Dwolla payment button. In addition to the key and amount tags, this plugin supports:
key
- Your payment button API key (auto generated via the button generator)amount
- The amount to charge the customerredirect
- The URL to redirect the customer to after checkoutname
- Product namedescription
- Product descriptionguest
- Toggle "Guest Checkout"; Should be either "true" or "false"type
- Type of payment button to display; Can be "simple", "freetype", or "options"options
- When button type is "options", this will be the purchase options displayed to the customer. Must conform to this pattern: PRODUCT_NAME:::PRODUCT_PRICE|||PRODUCT_NAME:::PRODUCT_PRICE (...)callback
- (optional) The URL to send a POST notification to with the checkout information