Update a Merchant Settlement Account

The Update a Merchant Settlement Account endpoint allows you to modify the details of an existing merchant settlement account identified by its unique ID. You can update fields such as the account name, wallet address, supported currencies, and enable or disable the account. Use this endpoint to keep your account information current and to manage account settings.

Path Params
int64
required

The unique identifier of the merchant settlement account to update.

Body Params
string | null

The new name for the merchant settlement account. If provided, this value will update the account's existing name.

string | null

The new wallet address for the merchant settlement account. If provided, this value will update the account's existing address.

currencies
array of strings

A list of currency codes to update the supported currencies of the account. This list will replace the account's current supported currencies.

currencies
boolean

A flag to enable or disable the merchant settlement account. Set to true to enable the account or false to disable it.

Responses

400

Bad Request

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json