Skip to main content
GET
Get All Charges

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Query Parameters

per_page
integer<int32>
default:25
cursor
string

The cursor parameter accepts a next_cursor value obtained from the previous response's meta object (meta.next_cursor). Use this parameter to fetch the next page of results when implementing pagination.

keywords
string

Search for fields: amount ,charge_id ,customer_email, remark

status
enum<string>

It's charge status

Available options:
succeeded,
failed,
refunded
location_ids
string<uuid>[]

The location ids

user_ids
string[]

The user's id, support both uuid and number id

statuses
enum<string>[]

It's charge status.

Available options:
success,
succeeded_manually,
pending,
failed,
refunded,
cancelled,
partially_refunded,
void
date_from
string

The from of created order

Example:

"2024-10-05"

date_to
string

The to of created order

Example:

"2024-10-05"

amount_from
number

The from of amount

Example:

100

amount_to
number

The to of amount

Example:

200

payment_request_id
string<uuid>

The payment request id

customer_id
string<uuid>

The customer id

payout_id
string<uuid>

The payout id

Response

200 - application/json

Successful payment

data
object[]
required
meta
object
required
Last modified on February 25, 2026