-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Gateway Integration and Test Examples
Jessi edited this page Apr 2, 2021
·
1 revision
Below are links to successful gateway integrations of varying complexity. Please use these as reference resources when building your own gateway integration.
- Utilizes post JSON formatting for requests
- STANDARD_ERROR_CODE mapping
- Utilizes xml formatting for requests
- Includes integration with Spreedly’s stored credential framework
- Utilizes post JSON formatting for requests
- Includes integration with Spreedly’s stored credential framework
- Utilizes post JSON formatting for requests
- STANDARD_ERROR_CODE mapping
- Apple Pay as payment type
Below are links to live gateway tests that can be used as reference for building successful test files. Test templates are generated with the gateway skeleton so by completing the templates, you’ll be well on your way to integrating your new gateway into Active Merchant!
Remote
- Straightforward, basic tests
- Includes tests for passing additional data, stored credential, and 3DS
- Includes tests for passing additional options, stored credential, 3DS, and e-checks
- Includes extensive testing for things like payment tokens, token strings, transactions with metadata, and error codes
Unit