POST /scheduleAccountUpdater
When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference:
- If the card information is provided, all the sub-fields for
card
are mandatory. - If the recurring detail reference is provided, the fields for
shopperReference
andselectedRecurringDetailReference
are mandatory.
Servers
- https://pal-test.adyen.com/pal/servlet/Recurring/v68
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
shopperReference |
String | No |
The reference of the shopper that owns the recurring contract. Optional if |
card |
Object | No |
Credit card data. Optional if |
card.issueNumber |
String | No |
The issue number of the card (for some UK debit cards only). |
card.startYear |
String | No |
The year component of the start date (for some UK debit cards only). |
card.cvc |
String | No |
The card verification code (1-20 characters). Depending on the card brand, it is known also as:
|
card.number |
String | No |
The card number (4-19 characters). Do not use any separators. When this value is returned in a response, only the last 4 digits of the card number are returned. |
card.expiryMonth |
String | No |
The card expiry month. Format: 2 digits, zero-padded for single digits. For example:
|
card.startMonth |
String | No |
The month component of the start date (for some UK debit cards only). |
card.holderName |
String | No |
The name of the cardholder, as printed on the card. |
card.expiryYear |
String | No |
The card expiry year. Format: 4 digits. For example: 2020 |
merchantAccount |
String | Yes |
Account of the merchant. |
reference |
String | Yes |
A reference that merchants can apply for the call. |
additionalData |
Object | No |
This field contains additional data, which may be required for a particular request. |
selectedRecurringDetailReference |
String | No |
The selected detail recurring reference. Optional if |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.