Create a payout order

Creates a payout order by submitting the customer, amount, currency,
and either QR data or structured recipient information. Returns the
Interlace order number and the current order status.

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, DATA = structured QR or recipient data, 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

qrInfo
object

QR data supplied with the order

recipient
object

Structured recipient data

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