Create Adyen Processor

This endpoint is used to configure an Adyen payment processor for a specific merchant. It accepts required merchant identifiers and Adyen-specific processor fields necessary for integration.

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
processorFieldsObjectContains credentials and configuration details for Adyen.Yes
apiKeyStringAPI key used to authenticate with Adyen.Yes
merchantAccountStringAdyen merchant account identifier.Yes
accountHolderCodeStringCode identifying the account holder in Adyen.No
merchantCategoryCodeStringMCC code representing merchant's industry category. Digits only, maximum 4 characters.Yes
transactionDescriptorStringDescription that appears on the customer's bank statement. Maximum 26 characters.Yes
phoneStringBilling descriptor phone number associated with the account.Yes
accountUpdaterIdIntegerID used for account updater service tracking. Possible values: 1 - None, 2 - Batch.Yes
accountCodeStringOptional account code within the Adyen platform.No

Response Body Parameters

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