🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location '/v1/transactions/by-order-id' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"query": "string",
"searchBy": "orderId",
"cursor": "string",
"limit": 25,
"status": [
"SUCCESS"
],
"timezone": "string",
"fromDate": "2019-08-24",
"toDate": "2019-08-24"
}'{
"data": {
"transactions": [
{
"id": "string",
"source": "payments",
"transactionTime": "string",
"status": "string",
"orderRef": "string",
"merchantId": 0,
"merchantName": "string",
"resellerOrderId": "string",
"pspReference": "string",
"customerType": "string",
"net": 0,
"deductions": 0,
"datman_fee": 0,
"amountRefunded": 0,
"property1": "string",
"property2": "string"
}
],
"timezone": "string"
},
"pagination": {
"hasMore": true,
"nextCursor": "string"
}
}