Skip to main content
POST
Confirm a stablecoin send for a ready customer account

Authorizations

X-API-Key
string
header
required

Path Parameters

customer_id
string
required

Public customer id returned by POST /partner/customers

Example:

"pcus_a1b2c3d4e5f6"

account_id
integer
required

Account id returned by the customer account API

Required range: x >= 1
Example:

21

Body

application/json

Confirm a previewed send using the signed preview token.

preview_token
string
required

Token from sends/preview

Minimum string length: 16
idempotency_key
string
required

Partner-stable id; same key returns the prior send

Required string length: 8 - 64

Response

Successful Response