POST /updateAccount
Updates the description or payout schedule of an account.
Servers
- https://cal-test.adyen.com/cal/services/Account/v6
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 |
---|---|---|---|
payoutSchedule |
Object | No |
The details of the payout schedule to which the account must be updated. |
payoutSchedule.action |
String | No |
Direction on how to handle any payouts that have already been scheduled. Possible values:
Possible values:
|
payoutSchedule.schedule |
String | Yes |
The new payout schedule for the account. Possible values:
Possible values:
|
payoutSchedule.reason |
String | No |
The reason for the payout schedule update.
|
description |
String | No |
A description of the account, maximum 256 characters.You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores |
payoutMethodCode |
String | No |
The payout method code held by the account holder to couple the account with. Scheduled card payouts will be sent using this payout method code. |
accountCode |
String | Yes |
The code of the account to update. |
payoutSpeed |
String | No |
Speed at which payouts for this account are processed. Possible values: Possible values:
|
metadata |
Object | No |
A set of key and value pairs for general use by the merchant. The keys do not have specific names and may be used for storing miscellaneous data as desired.
|
bankAccountUUID |
String | No |
The bankAccountUUID of the bank account held by the account holder to couple the account with. Scheduled payouts in currencies matching the currency of this bank account will be sent to this bank account. Payouts in different currencies will be sent to a matching bank account of the account holder. |
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.