Create payout destination

Creates a new payout destination for the entity associated with the API key. A payout destination represents a wallet address where funds can be sent to. Each destination is tied to a specific blockchain network and can be configured as the default destination for that network. The entity can have multiple payout destinations across different networks

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The identifier of the merchant that this customer will be associated with. This merchant must already exist in the system.

int32
required
≥ 1

The blockchain network ID the payout destination is associated with.

Valid values:

  • 1 (Ethereum)
  • 10 (Optimism)
  • 56 (BNB)
  • 137 (Polygon)
  • 8453 (Base)
  • 42161 (Arbitrum)
  • 900 (Solana)
  • 11155111 (Sepolia) - Only available for demo environment
  • 901 (Solana devnet) - Only available for demo environment
string
required

The blockchain wallet address where payments will be sent. Must be a valid address for the specified network.

boolean
required

Whether the payout destination is the default payout destination for the merchant. Defaults to false.

Responses

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