Update an account
Updates the description or payout schedule of an account.
Request body
The code of the account to update.
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.
A description of the account, maximum 256 characters.You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores _.
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.
Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.
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.
Speed at which payouts for this account are processed.
Possible values: STANDARD (default), SAME_DAY.
Response
OK - the request has succeeded.
The code of the account.
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.
The description of the account.
A set of key and value pairs containing metadata.
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.
Speed at which payouts for this account are processed.
Possible values: STANDARD, SAME_DAY.
The reference of a request. Can be used to uniquely identify the request.
The result code.