Create PaymentLync Processor

This endpoint allows to configure a PaymentLync payment processor for a specific merchant by providing required API credentials and configuration options.

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
processorFieldsObjectPaymentLync-specific processor credentials and settings.Yes
apiKeyStringAPI key used to authenticate with PaymentLync.Yes
transactionDescriptorStringDescription that appears on the customer's bank statement. Maximum 25 characters.No

Response Body Parameters

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