curl --location '/v1/stable/order/list?merchantOrderId=&orderId=&businessType=&orderStatus=&startTime=&endTime=&pageNum=0&pageSize=0' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>'{
"status": 200,
"message": "string",
"data": {
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0,
"records": [
{
"merchantOrderId": "string",
"orderId": "string",
"orderStatus": "string",
"businessType": "string",
"paymentMethod": "string",
"sourceCurrency": "string",
"targetCurrency": "string",
"sourceAmount": 0,
"targetAmount": 0,
"ourFee": 0,
"ourFeeCurrency": "string",
"payInFee": 0,
"payInFeeCurrency": "string",
"payOutFee": 0,
"payOutFeeCurrency": "string",
"createdTime": "string",
"completedTime": "string",
"sourceAccountId": "string",
"targetAccountId": "string"
}
]
},
"traceId": "string"
}