For more information about this gateway, please refer to https://portal.payrix.com/docs/api#intro

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

To add a PayRix gateway, use the following settings:

{
    "api_key": "api key for authentication (required)"
}

Gateway Specific Fields

"gatewaySpecificFields": {
     "payrix": {
        "origin": "Defaults to 2 if not provided",
        "platform": "Defaults to VANTIV if not provided",
        "merchant": "The identifier of the Payrix Merchant associated with this Transaction. (required)"
    }
}