Create a payout order

Creates a payout order by submitting the customer, amount, currency,
and either raw QR content or a QR parse token. Returns the Interlace
order number and the current order status.

For request structures and examples for each QR input mode, see the
Create Payout Order Request Resource.
For the response structure, see the
Payout Order Resource.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Numeric string representing a 64-bit Interlace customer identifier

string
required
length between 10 and 64

Client-generated order number, unique for idempotency

string
required

Payout amount in decimal string format, up to 6 decimal places

string
required
length between 3 and 4

Payout currency (ISO 4217)

string
required
length between 2 and 2

Payout country code (ISO 3166-1 alpha-2)

string
enum
Defaults to RAW

QR input mode. RAW = raw QR payload, TOKEN = QR parse token returned by the QR parse API

Allowed:
string
length between 0 and 128

QR parse token returned by the QR parse API. Required when qrMode is TOKEN

string
length between 0 and 10240

Raw QR payload, used when qrMode is RAW

extendInfo
object

Client-defined metadata echoed in subsequent order queries; not used for payment routing

Headers
string
enum
Defaults to application/json

Generated from available response content types

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