Skip to main content

List Charges

GET 

/v1/charges

Fetch all charges list

Request

Authorizations

X-API-KEYstringheaderrequired
Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings

Query Parameters

currencystringquery
customer_idstring<uuid>query
idstringquery
link_idstringquery
pageintegerquery
A page number within the paginated result set.
page_sizeintegerquery
Number of results to return per page.
searchstringquery
search
statusstringquery
typestringquery
* `charge` - Charge * `link` - Link * `invoice` - Invoice * `checkout` - Checkout * `creditpayment` - Credit Payment

Responses