v1

latestOpenAPI 3.1.02026-07-2685154311.7 KB
Flow

Create a new payin within Flow workflows (entity-level)

Creates a new payin transaction within a Flow workflow context. The payin includes invoice data, supported assets, fallback settlement addresses, and generates a payment link for customer interaction.

post/entities/{entityDID}/flow/payins

Path parameters

entityDIDstring did required

Decentralized Identifier (DID)

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

The DID of the entity

Request body

refstring required

Client-provided reference (e.g., invoice number)

currencystring required

Currency code for the transaction

amountstring required

Transaction amount

supportedAssetsstring[] required

List of supported assets for this transaction (CAIP-19, USD, EUR)

fallbackSettlementAddressesstring[] required

List of fallback settlement addresses (CAIP-10 or payto://)

memostring

Optional transaction memo

Response

Payin created successfully