cURL
curl --request POST \ --url https://api.revolv3.com/api/onboarding/processors/nuvei \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data '{ "processorFields": { "transactionDescriptor": "Transaction Descriptor", "merchantKey": "dkdk3k3Ak0395kD", "nuveiMerchantId": "959959595959", "merchantSiteId": "23494", "merchantPhone": "5555555555" }, "currencies": [ "USD" ], "merchantId": 1 }'
{ "objectType": "processorConfig", "merchantProcessorId": 1, "processorId": 8, "processorName": "Nuvei", "merchantId": 1, "processorFields": { "transactionDescriptor": "Transaction Descriptor", "merchantKey": "dkdk3k3Ak0395kD", "nuveiMerchantId": "959959595959", "merchantSiteId": "23494", "merchantPhone": "5555555555" }, "currencies": [ "USD" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Created