Payout Order - Cryptocurrency
Content-Type: application/json
Request Parameters#
| Field Name | Type | Description | Required | Example |
|---|
title | String | Order title | No | Payment order |
order_no | String | Merchant order number (max 64 chars, unique) | Yes | P120251223028 |
amount | BigDecimal | Amount | Yes | 10 |
currency | String | Payment currency | Yes | USDT |
payment_method | String | Payment method code (see list) | Yes | USDT_ERC20 |
callback_url | String | Callback notification URL | Yes | https://xxx/xxx |
user_ip | String | User IP | Yes | 127.0.0.1 |
| payee | object | Payee information | Yes | |
user_id | String | Unique user identifier (account or ID) | Yes | test001 |
account_no | String | Crypto receiving address | Yes | |
tag | String | Memo/Tag (required for XRP, XLM, etc.) | No | 123133 |
Request Example#
Response Parameters#
| Field Name | Type | Description |
|---|
code | integer | Success response code; other codes indicate errors |
msg | String | Response message |
| data | object | |
trade_no | String | Platform order number |
order_no | String | Merchant order number |
status | String | Current payout order status (see status definitions). Default after creation: PROCESSING |
amount | String | Payout amount |
currency | String | Payout currency |
fee | String | Fee |
message | String | Response message |
Response Example - Success#
Response Example - Failure#
Modified at 2026-05-29 14:46:45