public.recipients

Create Recipient

Creates a saved payout recipient (bank account or crypto address). Crypto recipients support USDC, USDT, native SOL on Solana, and native BNB on BSC. Native recipients are used through the transfers API. Duplicate destinations are deduplicated by fingerprint. Requires an idempotency key.

post/v1/recipients

Headers

X-Idempotency-Keystring required

Idempotency key for request deduplication

Request body

customer_idstring
type'BANK_ACCOUNT' | 'CRYPTO_ADDRESS' | 'US_BANK_ACCOUNT' | 'SWIFT_BANK_ACCOUNT' required

Example request

{
  "crypto_address": {
    "chain": "SOLANA"
  }
}

Response

Created

created_atstring
first_namestring
idstring
last_namestring
typestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.