For more information about this gateway, please refer to https://developers.paytrace.com/support/home

  • Gateway type code: paytrace
  • Production API endpoint: https://api.paytrace.com
  • Sandbox API endpoint: https://api.paytrace.com
  • Supported payment types: Credit Card, Gateway payment method token, Gateway Transaction Id
  • Supported operations: Authorization, Capture, Charge, Void, Refund

To add an PayTrace gateway, use the following settings:

{
    "username": "PayTrace API Username",
    "password": "Password for PayTrace API",
    "integrator_id": "Your integrator id"
}

Gateway Specific Fields

"gatewaySpecificFields":{
   "paytrace": {
       "discretionary_data ": {
             "key1": "value1",
             "key2": "value2",
             "keyn": "valuen"
        }
    }
}