v1

latestOpenAPI 3.0.02026-07-243678114.1 KB
Settlement Accounts

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.

patch/v1/accounts/{accountId}

Path parameters

accountIdinteger required

The unique identifier of the merchant settlement account to update.

Request body

namestring string nullable

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

addressstring string nullable

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

currenciesstring[]

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

enabledboolean

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

Response

Successfully updates the merchant settlement account.

messagestring

A message indicating the result of the operation.