This API enables you process refund to a customer for a transaction.
...
Info | ||
---|---|---|
| ||
GET: https://sandbox.monnify.com/api/v1/refunds?page=0&size=10 |
Please note that this endpoint is protected using OAuth2 Token. Visit Authentication section of this document for details on OAuth2 Token.
...
Request | |||||
---|---|---|---|---|---|
Field | Description | Compulsory | |||
page | An integer specifying page of transactions to be retrieved. Page number starts from 0. | No. Defaults to 0 | |||
size | An integer specifying size of transactions to be returned per page. | No. Defaults to 10 | transactionReference | Unique transaction reference generated by Monnify for each transaction | No |
from | Timestamp to filter returned records. Refunds created on or after specified time will be retrieved. | No | |||
to | Timestamp to filter returned records. Refunds created on or before specified time will be retrieved. | No |
...