List Refunds By Merchant
GET
/collection-middleware/list/refunds
The List Refunds By Merchant endpoint retrieves a list of refunds associated with a merchant's account. A partner would call this endpoint to retrieve refund information for a specific merchant. The endpoint returns a list of refunds, including their reference, status, amount, and associated payer details.
Query parameters
| Name | Type | Description |
|---|---|---|
| page | integer | — |
| size | integer | — |
Request body (optional)
This endpoint accepts a body with no declared schema.
Response 200
| Field | Type | Description |
|---|---|---|
| success | boolean | — |
| data | array | — |
| refundReference | string | — |
| referenceTransactionId | string | — |
| status | string | — |
| refundAmount | number | — |
| feeReversedAmount | number | — |
| currencyCode | string | — |
| payerAccountNumber | string | — |
| payerBankCode | string | — |
| payerName | string | — |
| settlementRoute | string | — |
| feePolicy | string | — |
| providerReference | string | — |
| providerResponse | string | — |
| reason | string | — |
| failureReason | string | — |
| initiatedAt | string | — |
| completedAt | string | — |
| error | object | — |
| code | string | — |
| message | string | — |