Mantle Authorize.NET Integration
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:
<depends-on name="AuthorizeDotNet"></depends-on>
To use simply:
The AIM and CIM payment services have been tested using the Mantle test scripts with the payment configuration in place as described above.