Transaction detail query
Interface address: /api/v1/order/query-order-transaction-details
Note: This interface generates merchants' transaction details.
Parameter | Type | Mandatory | Description |
---|
startDate | String | Y | Start date. Format: YYYY-MM-DD |
endDate | String | Y | End date. Note: The period includes the end date. Format: YYYY-MM-DD |
Output parameters
Parameter | Type | Mandatory | Description |
---|
merchantCode | String | Y | Merchant ID |
merchantName | String | Y | Merchant name |
requestedTime | String | Y | Transaction start time |
completedTime | String | N | Completion time |
paymentId | String | Y | Order ID |
processingCurrency | String | Y | Trading coin |
processingAmount | String | Y | Order quantity |
holdingCurrency | String | Y | Settlement amount |
holdingAmount | BigDecimal | Y | Withdrawal amount |
transactionType | String | Y | Transaction type |
state | String | Y | Reconciliation status |