Order list query
Interface address: /api/v1/bank-transfer/query-order-list
Note: This interface allows order detail queries in batches.
Request input parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
startTime | String | Y | Start date |
endTime | String | Y | End date. Query all order information within this time range. |
Output parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
merchantOrder | String | Y | Merchant order ID. |
orderId | String | Y | MultiExchange order ID. |
state | String | Y | Order status: CREATED: Order created successfully. PROCESSING: 3DS payment link generated. SUCCESS: The payment was successful, pending crypto transfer. FAILED: Payment failed CHAIN_WITHDRAW_WAIT: Crypto transfer in progress. COMPLETED: Crypto transferred successfully and the order is complete. CONVERSION_FAILED: Conversion failed |