Create Nuvei Processor

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

ParameterTypeDescriptionRequired
currenciesArray of StringsList of supported currency codes (e.g., ["USD", "EUR"]).Yes
merchantIdIntegerUnique identifier of the merchant in the Revolv3 system.Yes
processorFieldsObjectNuvei-specific processor credentials and identifiers.Yes
transactionDescriptorStringDescription that appears on the customer's bank statement. Maximum 26 characters.No
merchantKeyStringAPI key or credential provided by Nuvei.Yes
nuveiMerchantIdStringUnique merchant ID provided by Nuvei. Maximum 20 characters.Yes
merchantSiteIdStringSite ID registered with Nuvei for the merchant. Maximum 20 characters.Yes
merchantPhoneStringBilling descriptor phone number associated with the account.No

Response Body Parameters

FieldTypeDescription
objectTypeStringType of the returned object ("processorConfig").
merchantProcessorIdIntegerUnique ID of the created merchant-processor configuration.
processorIdIntegerInternal ID of the processor (8 for Nuvei).
processorNameStringName of the processor ("Nuvei").
merchantIdIntegerID of the merchant this processor is associated with.
currenciesArray of StringsList of currency codes configured for the processor (e.g., ["USD", "EUR"]).
processorFieldsObjectSubmitted Nuvei processor credentials and configuration.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!