v1
latestOpenAPI 3.1.02026-07-2478315484.9 KBRefunds
List Refunds
Returns a list of all refunds intitated . You can filter the transactions based on status of the refund transaction by passing it in the query parameter. This API allows pagination with the default size of 50 refunds per page.
get/payouts/refunds
Query parameters
status'CREATED' | 'REJECTED' | 'APPROVED' | 'FAILED' | 'ACCEPTED_BY_BANK' | 'PENDING_WITH_BANK'
Fetch all refund transactions based on the entered refund payment status.
sizeinteger
Defines the number of transactions per page hence manages payload size
pageinteger
Specifies the page number to retreive. e.g if page=2 and size=50, the API will return records from 101 to 150