Create stablecoin payment

Initiates a stablecoin payout from a financial account to a registered blockchain recipient.

The recipient must have been registered with
Create blockchain recipient and
have completed address screening — only a recipient in the ENABLED verification state can
receive a payout. The destination address and chain come from the recipient, so they are not
supplied here.

Only payouts are initiated through this endpoint. Stablecoin pay-ins are credited from
on-chain deposits to a financial account's deposit address and are not created through the
API. Funds are placed on hold when the payout is initiated, and a payout that fails on chain
reverses that hold. A payout cannot be cancelled once it has been submitted on chain.

This endpoint is only available to stablecoin-enabled programs. Contact your customer success
manager to learn more.

Body Params
integer
required
≥ 1

Payout amount in cents

uuid
required

Token of the blockchain recipient to send the payout to. The recipient must be in the ENABLED verification state

uuid
required

Token of the financial account the payout is funded from

hold
object

Optional hold to settle when this payout is initiated

string
length ≤ 512
^[0-9A-Za-z \x20-\x7e\x40-\xff]*$

Memo recorded on the payout. Defaults to Stablecoin payout on <chain> when omitted

uuid

Customer-provided token that will serve as an idempotency token. This token will become the transaction token

string
enum
required

Direction of the payment. Stablecoin supports payouts only

Allowed:
Responses

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