Skip to main content
PUT

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Path Parameters

destination_entry_id
string
required

The destination entry ID. For example, the wallet address ID or the bank account ID.

Body

application/json

The request body to update a destination entry.

destination_id
string<uuid>
required

The destination ID.

Example:

"46beeab4-6a8e-476e-bc69-99b89aacbc6f"

entry_type
enum<string>

The type of the counterparty entry.

  • Address: The entry is a wallet address.
  • BankAccount: The entry is a bank account.
Available options:
Address,
BankAccount
Example:

"Address"

bank_account
object

The bank account details for updating a destination bank account.

For USD company bank accounts, optional prefixed fields may be required depending on payment_method:

  • When payment_method is Swift, beneficiary_province and beneficiary_post_code are required.
  • When payment_method is Local (HK only), bank_branch_code is required.

Response

The request was successful.

bank_account
object