post https://api.revolv3.com/api/onboarding/processors/nuvei
This endpoint allows to configure a Nuvei payment processor for a specific merchant by submitting the necessary Nuvei credentials and configuration data.
Request Body Parameters
Parameter | Type | Description | Required |
---|---|---|---|
currencies | Array of Strings | List of supported currency codes (e.g., ["USD", "EUR"] ). | Yes |
merchantId | Integer | Unique identifier of the merchant in the Revolv3 system. | Yes |
processorFields | Object | Nuvei-specific processor credentials and identifiers. | Yes |
transactionDescriptor | String | Description that appears on the customer's bank statement. Maximum 26 characters. | No |
merchantKey | String | API key or credential provided by Nuvei. | Yes |
nuveiMerchantId | String | Unique merchant ID provided by Nuvei. Maximum 20 characters. | Yes |
merchantSiteId | String | Site ID registered with Nuvei for the merchant. Maximum 20 characters. | Yes |
merchantPhone | String | Billing descriptor phone number associated with the account. | No |
Response Body Parameters
Field | Type | Description |
---|---|---|
objectType | String | Type of the returned object ("processorConfig" ). |
merchantProcessorId | Integer | Unique ID of the created merchant-processor configuration. |
processorId | Integer | Internal ID of the processor (8 for Nuvei). |
processorName | String | Name of the processor ("Nuvei" ). |
merchantId | Integer | ID of the merchant this processor is associated with. |
currencies | Array of Strings | List of currency codes configured for the processor (e.g., ["USD", "EUR"] ). |
processorFields | Object | Submitted Nuvei processor credentials and configuration. |