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/epx \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"processorFields": {
"customerNumber": "11111111",
"dbaNumber": "Dba_name",
"merchantNumber": "3383883",
"terminalNumber": "12111",
"transactionDescriptor": "Transaction Descriptor",
"customerSupportPhone": "5555555555"
},
"currencies": [
"USD"
],
"merchantId": 1
}'{
"objectType": "processorConfig",
"merchantProcessorId": 1,
"processorId": 7,
"processorName": "Epx",
"merchantId": 1,
"processorFields": {
"customerNumber": "11111111",
"dbaNumber": "Dba_name",
"merchantNumber": "3383883",
"terminalNumber": "12111",
"transactionDescriptor": "Transaction Descriptor",
"customerSupportPhone": "5555555555"
},
"currencies": [
"USD"
]
}curl --request POST \
--url https://api.revolv3.com/api/onboarding/processors/epx \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"processorFields": {
"customerNumber": "11111111",
"dbaNumber": "Dba_name",
"merchantNumber": "3383883",
"terminalNumber": "12111",
"transactionDescriptor": "Transaction Descriptor",
"customerSupportPhone": "5555555555"
},
"currencies": [
"USD"
],
"merchantId": 1
}'{
"objectType": "processorConfig",
"merchantProcessorId": 1,
"processorId": 7,
"processorName": "Epx",
"merchantId": 1,
"processorFields": {
"customerNumber": "11111111",
"dbaNumber": "Dba_name",
"merchantNumber": "3383883",
"terminalNumber": "12111",
"transactionDescriptor": "Transaction Descriptor",
"customerSupportPhone": "5555555555"
},
"currencies": [
"USD"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.