https://github.com/moqui/authorizedotnet
Mantle Authorize.NET Integration
https://github.com/moqui/authorizedotnet
authorize-net cim credit-card ecommerce mantle mantle-business mantle-usl moqui moqui-framework payment payment-integration payment-processing
Last synced: 3 months ago
JSON representation
Mantle Authorize.NET Integration
- Host: GitHub
- URL: https://github.com/moqui/authorizedotnet
- Owner: moqui
- License: other
- Created: 2016-01-24T00:43:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T20:58:31.000Z (8 months ago)
- Last Synced: 2025-01-09T03:46:47.605Z (5 months ago)
- Topics: authorize-net, cim, credit-card, ecommerce, mantle, mantle-business, mantle-usl, moqui, moqui-framework, payment, payment-integration, payment-processing
- Size: 78.1 KB
- Stars: 5
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
## Mantle Authorize.NET Integration
[](https://github.com/moqui/AuthorizeDotNet/blob/master/LICENSE.md)
[](https://github.com/moqui/AuthorizeDotNet/releases)Moqui component for Authorize.Net AIM and CIM integrations that tie into Mantle payment processing and CIM integration to tokenize credit card information.
To add this component to Moqui the easiest approach is to use the Gradle get component task:
$ ./gradlew getComponent -Pcomponent=AuthorizeDotNet
Or add a dependency in your component.xml file like:
To use simply:
1. load the demo configuration data in data/AuthorizeDotNetDemoData.xml or create your own configuration and load it; if you use the demo data, add the login and tranKey credentials
2. configure the store payment gateway with a ProductStorePaymentGateway record (see the demo data file for examples)
3. test the gateway with some test orders/payments
4. start receiving money...The AIM and CIM payment services have been tested using the Mantle test scripts with the payment configuration in place as described above.