v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBOrders
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.
post/open-api/v3/scan2pay/orders/payout
Request body
Example request
{
"customerId": "1986466477083709441",
"clientTradeNo": "MERCHANT_ORDER_20250120123456789",
"fiatAmount": "100.5",
"fiatCurrency": "VND",
"country": "VN",
"qrMode": "RAW",
"qrInfo": {
"content": "00020101021226600010com.vnpay..."
}
}Response
Successful operation