For more information about this gateway, please refer to https://developer.paysafe.com/

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

To add a PaySafe gateway, use the following settings:

{
    "username": "Your API key username",
    "password": "Your API key password",
    "account_id": "Your account ID"
}

Gateway Specific Fields

"gatewaySpecificFields":{
    "paysafe":{
         "exempt_local_tax": true,  (boolean)
         "local_tax_amount": "1",  (string)
         "national_tax_amount": "1", (string)
         "freight_amount": "1", (string)
         "duty_amount": "1", (string)
         "destination_zip": "H4A2P8", (string)
         "destination_country": "CA", (string)
         "ship_from_zip": "H4A2P8", (string)
         "external_initial_transaction_id": "MDX1JKGOK842  ", (string)
    }
}