For more information about this gateway, please refer to https://developers.tsys.com/api

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"
   }
}