Query Invoice Refunds

Retrieves a paginated list of invoice refunds based on the specified search criteria.

Log in to see full request history

test

Query Params
string

Filters the refunds by their current status. Possible values include "NEW", "CLAIMED", "APPROVED", "REJECTED", "CANCELED", "COMPLETED", "FAILED". This parameter is used to filter invoices by their status.

string

The unique identifier of the invoice. This parameter is used to filter refunds associated with a specific invoice.

date

The start date for the invoice query. This parameter is used to filter invoices created after the specified start date.

date

The end date for the invoice query. This parameter is used to filter invoices created before the specified end date.

int32
Defaults to 10

The number of records to return per page. Used for pagination purposes.

int32
Defaults to 1

The page number to retrieve. Used for pagination purposes.

boolean
Defaults to false

Indicates whether the results should be sorted in ascending order. Used to sort the query results.

Responses

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here! Or choose an example:
application/json