Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

This API enables you process refund to a customer for a transaction.

...

Info
titleEndpoint
GET: https://sandbox.monnify.com/api/v1/refunds?page=0&size=10

Please note that this endpoint is protected by OAuth 2.0 Bearer Token

...

Request

FieldDescriptionCompulsory

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
fromTimestamp to filter returned records. Refunds created on or after specified time will be retrieved.No. Defaults to all records within the supplied page parameters.
toTimestamp to filter returned records. Refunds created on or before specified time will be retrieved.No. Defaults to all records within the supplied page parameters.
transactionReferenceTransaction reference of the transaction for which the refund was processed.No. Defaults to all records within the supplied page parameters
refundStatusThe status of the refund.No. Defaults to all records within the supplied page parameters

...