Skip to content

Mantle payment processor integration for PayTrace API including level 2/3 data

License

Notifications You must be signed in to change notification settings

moqui/mantle-paytrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mantle PayTrace Integration

license release

Mantle payment processor integration for PayTrace API including level 2 and 3 data.

See API docs at: https://www.paytrace.net/developers/

To add this component to Moqui the easiest approach is to use the Gradle get component task:

$ ./gradlew getComponent -Pcomponent=mantle-paytrace

Or add a dependency in your component.xml file like:

<depends-on name="mantle-paytrace"/>