v1

latestOpenAPI 3.1.02026-07-2685154311.7 KB
Flow

Create a new payout for a customer within Flow workflows

Creates a new payout transaction for a customer within a Flow workflow context. This endpoint initiates a payout workflow where the customer can receive funds by selecting a wallet and specifying where they want the funds sent.

post/entities/{entityDID}/flow/customers/{customerDID}/payouts

Path parameters

entityDIDstring did required

Decentralized Identifier (DID)

Example:did:web:vasps.id:jxnl0411:at

The DID of the entity

customerDIDstring required

Customer DID identifier requesting the payout

Request body

refstring required

Client-provided reference (e.g., payout reference)

currencystring required

Currency code for the transaction

amountstring required

Transaction amount

supportedAssetsstring[]

Optional list of supported assets for this transaction (CAIP-19)

memostring

Optional transaction memo

Response

Payout created successfully