Skip to main content
Create Onboarding Tsys Processor
curl --request POST \
  --url https://api.revolv3.com/api/onboarding/processors/tsys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "processorFields": {
    "merchantName": "TsysMerchant",
    "customerSupportPhone": "5555555555",
    "merchantNumber": "3939393",
    "vNumber": "66668",
    "merchantCategoryCode": "3333",
    "acquirerBin": "333",
    "agentChainNumber": "353233",
    "agentBankNumber": "111",
    "storeNumber": "3333",
    "terminalNumber": "111111",
    "locationNumber": "6677",
    "authenticationCode": "3222"
  },
  "currencies": [
    "USD"
  ],
  "merchantId": 1
}'
{
  "objectType": "processorConfig",
  "merchantProcessorId": 1,
  "processorId": 6,
  "processorName": "Tsys",
  "merchantId": 1,
  "processorFields": {
    "merchantName": "TsysMerchant",
    "customerSupportPhone": "5555555555",
    "merchantNumber": "3939393",
    "vNumber": "66668",
    "merchantCategoryCode": "3333",
    "acquirerBin": "333",
    "agentChainNumber": "353233",
    "agentBankNumber": "111",
    "storeNumber": "3333",
    "terminalNumber": "111111",
    "locationNumber": "6677",
    "authenticationCode": "3222"
  },
  "currencies": [
    "USD"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

currencies
string[] | null
merchantId
integer
tsysOnboardingConfiguration
object

Response

Created

objectType
string | null
merchantProcessorId
integer
processorId
integer
processorName
string | null
merchantId
integer
processorFields
object
currencies
string[] | null