Skip to main content
PUT

Authorizations

x-api-key
string
header
required

Headers

x-idempotency-key
string<uuid>
required

Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.

Body

application/json

Exactly one of usdc_wallet or us_bank_account must be set.

usdc_wallet
object
required
us_bank_account
object

Response

Destination registered.

A client's registered destination for developer-fee payouts.

type
enum<string>
required
Available options:
usdc_wallet,
us_bank_account
updated_at
string<date-time>
required
chain
string

CAIP-2 chain id. Present when type is usdc_wallet.

Example:

"eip155:8453"

wallet_address
string

Present when type is usdc_wallet.

account_holder_name
string

Present when type is us_bank_account.

routing_number
string

Present when type is us_bank_account.

account_number_last4
string

Last 4 digits only; full numbers are never returned. Present when type is us_bank_account.

bank_account_type
enum<string>

Present when type is us_bank_account.

Available options:
checking,
savings