List merchant transactions recon
GET {{baseUrl}}/api/merchants/:merchantId/transactions-recon?startDate=2024-02-02T00:00:00.000Z&endDate=2024-02-03T00:00:00.000Z&isSuccessful=true&paymentMethod=card
The list transactions reconciliation flow enables you to retrieve a list of transactions with their metadata.
Body
PARAM
Key | Datatype | Required | Description |
startDate
|
string | ||
endDate
|
string | ||
isSuccessful
|
boolean | ||
paymentMethod
|
string |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"merchantId": "5034e999909211e8adbe02d14de19c9c",
"merchantName": "Peach",
"channelName": "Peach 3DS",
"channelId": "8acda4c86274f7e701628fb5dc123456",
"merchantUsn": "2943123",
"batchNumber": "202",
"uniqueId": "8acda4a28d6571b7018d6bd57ffa8f9f",
"transactionId": "d020a41a08cdabcd",
Curl curl -X GET 'baseUrl/api/merchants/:merchantId/transactions-recon?startDate=2024-02-02T00:00:00.000Z&endDate=2024-02-03T00:00:00.000Z&isSuccessful=true&paymentMethod=card?startDate=2024-02-02T00:00:00.000Z&endDate=2024-02-03T00:00:00.000Z&isSuccessful=true&paymentMethod=card' -H 'Accept: application/json' ENDPOINTS |