post https://api.revolv3.com/api/onboarding/processors/paymentlync
This endpoint allows to configure a PaymentLync payment processor for a specific merchant by providing required API credentials and configuration options.
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 | PaymentLync-specific processor credentials and settings. | Yes |
apiKey | String | API key used to authenticate with PaymentLync. | Yes |
transactionDescriptor | String | Description that appears on the customer's bank statement. Maximum 25 characters. | No |
Response Body Parameters
Parameter | 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 (10 for PaymentLync). |
processorName | String | Name of the processor ("PaymentLync" ). |
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 PaymentLync credentials and configuration. |