For more information about this gateway, please refer to https://developers.tsys.com/api
- Gateway type code:
tsys_multipass
- Production API endpoint: https://gateway.transit-pass.com/servlets/TransNox_API_Server
- Sandbox API endpoint: https://stagegw.transnox.com/servlets/TransNox_API_Server
- Supported payment types: Credit Card, Gateway payment method token
- Supported operations: Authorization, Capture, Charge, Void, Refund
To add a TSYS MultiPass gateway, use the following settings:
{
"device_id" : "Your device Id",
"transaction_key" : "Your transaction key"
}
Gateway Specific Fields
Accepted values for card_data_source
: SWIPENFC, EMV, EMV_CONTACTLESS, BAR_CODE, MANUAL, PHONE (Default value), MAIL, INTERNET, FALLBACK_SWIPE
"gatewaySpecificFields":{
"tsys_multipass":{
"card_data_source": "your card data souce",
"developer_id": "your developerId"
}
}