cURL
curl --request POST \ --url https://api.revolv3.com/api/onboarding/processors/paymentech \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data '{ "processorFields": { "paymentechMerchantId": "393928388212", "transactionDescriptor": "Transaction Descriptor", "merchantPhone": null, "accountUpdaterId": 1 }, "currencies": [ "USD" ], "merchantId": 1 }'
{ "objectType": "processorConfig", "merchantProcessorId": 1, "processorId": 9, "processorName": "Paymentech", "merchantId": 1, "processorFields": { "paymentechMerchantId": "393928388212", "transactionDescriptor": "Transaction Descriptor", "merchantPhone": null, "accountUpdaterId": 1 }, "currencies": [ "USD" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Created