Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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"
]
}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"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.