Description
Use Gravity Forms to process payments through a Chase E-xact hosted payment page.
This plugin supports one-time payments and will automatically redirect you back to your site after payment has been made.
You can create a free Chase E-xact demo at: https://provision-demo.e-xact.com/signup
Demo accounts are unable to go into production and will only work in test mode.
Once your account is setup you will need the following Chase E-xact codes:
– login_id
– transaction_key
– response_key
You can find the login_id and transaction_key in your Chase E-xact payment page hash calculator section. Your response_key can be generated in the security section.
Please note the response_key is required for transactions to be logged in Gravity Forms as successful. This is used to authenticate the validity of the transaction in Gravity Forms.
Screenshots
Installation
- Upload the ‘gravityforms-chase-exact’ to the plugins directory (‘wp-content/plugins’) of your website
- Activate the plugin by clicking the ‘Plugins’ link in your wordpress admin area, and clicking ‘Activate’ next to this plugin’s name
- Create a new Chase E-xact feed in your form
- Add your login_id, transaction_key, and response_key
FAQ
-
I keep getting ‘Unable to proceed with payment’
-
This error is usually caused by using the wrong gateway mode. For Chase E-xact hosted payment pages that have not been published make sure you are in test mode.
-
Does this plugin override my hosted payment page settings?
-
Yes, the plugin will override your receipt page setting to use ‘auto-post’. This is so Gravity Forms can collect the payment information.
-
Can I show a receipt?
-
You can use Gravity Form conditional shortcodes to display payment status specific messages and merge tags to display the correct information.
-
Does this plugin support payment subscriptions?
-
No.
-
Feedback and Support
-
If you have any questions, feedback or require support you can email: [email protected]
Reviews
Contributors & Developers
“Simple Chase E-xact for Gravity Forms” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple Chase E-xact for Gravity Forms” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3
- Added delay for user registration
1.2
- Fixed issue that displayed items in E-xact with 0 quantity
1.1
- Added E-xact line items
- Update to the way post data is submitted
- Removed gform_chase_exact_request filter
- Javascript is now required to smoothly run payment
1.0
- Initial release