Skip to main content
POST
Add a destination to a contact

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Path Parameters

contactID
string<uuid>
required

Body

application/json
type
enum<string>
required
Available options:
payout,
crypto,
cbpay
country
string
currency
string
method
string
chain
string
address
string
beneficiary
object
label
string

Response

Destination saved.

destination_id
string<uuid>
type
enum<string>
Available options:
cbpay,
payout,
crypto
country
string
currency
string
method
string
chain
string
address
string
details
object

Full payout beneficiary for payout destinations.

label
string
last_used_at
string<date-time>
created_at
string<date-time>
Last modified on July 18, 2026