Priority Payment Systems
For more information about this gateway, please refer to https://developer.mxmerchant.com/reference/introduction
- Gateway type code:
mxmerchant
- Production API endpoint: https://api.mxmerchant.com/checkout/v3/
- Sandbox API endpoint: https://sandbox.api.mxmerchant.com/checkout/v3/
- Supported payment types: Credit Card, Gateway payment method token
- Supported operations: Authorization, Capture, Charge, Void, Refund
To add a MX Merchant gateway, use the following settings:
{
"merchant_id": "Your merchant id",
"username": "Your Username or ConsumerKey",
"password": "Your Password or ConsumerSecret"
}
Note
NOTE: For authentication, it can be a combination of (Username and Password) or (ConsumerKey and ConsumerSecret)