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.
Request Params
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","customerName":"Grace Doe","accountHolder":"Grace Doe","last4":"5555","bin":"555555","expiryMonth":"11","expiryYear":"2029","paymentType":"DB","paymentMethod":"card","brand":"master","cardType":"DEBIT","currency":"ZAR","createdAt":"2024-02-02T21:59:30.000Z","updatedAt":"2024-02-02T22:00:05.141Z","issuer":"Capitec","credit":0,"debit":50,"settledAmount":50,"peachResult":"successful","bankResult":"successful","reconResult":"successful","rrn":"064198811111"}]