For more information about this gateway, please refer to https://developer.payeezy.com/
- Gateway type code:
payeezy
- Production API endpoint: https://api.payeezy.com/v1
- Sandbox API endpoint: Not Supported
To add a Payeezy gateway, use the following settings:
{
"api key": "AccessToken-123",
"api secret”: "EntityId-123",
“api token”: “EntityId-123”
}
Gateway Specific Fields
- Timeout Reversals
The reversal_id
field can be added to any authorize or purchase transaction. In the event of a timeout, the same reversal_id
can then be specified via void to reverse the transaction.
- Soft Descriptors
You can specify soft_descriptors
to pass in dynamic soft descriptor data for a transaction.
- Specific fields for Store
US Merchants will receive a Transarmour multi-token token when the store method is used to tokenize a credit card.
A gateway specific field is required for this: ta_token
"gatewaySpecificFields": {
"payeezy": {
"reversal_id": "",
"soft_descriptors": {
"dba_name": "",
"street": "",
"city": ""
"region": ""
"mid": ""
"mcc": ""
"postal_code": ""
"country_code": ""
"merchant_contact_info": ""
}
"ta_token": "",
}
}