Charges
Get All Charges
Get all charges
GET
/
v1
/
charges
Headers
X-BUSINESS-API-KEY
string
requiredQuery Parameters
per_page
integer
default: 25keywords
string
Search for fields: amount ,charge_id ,customer_email, remark
status
enum<string>
The statuses are in "succeeded" , "failed", "refunded"
Available options:
succeeded
, failed
, refunded
location_ids
string[]
The location ids
user_ids
string[]
The user ids
statuses
enum<string>[]
The statuses are in "succeeded", "succeeded_manually", "pending", "failed", "refunded", "cancelled", "partially_refunded", "void"
Available options:
success
, succeeded_manually
, pending
, failed
, refunded
, cancelled
, partially_refunded
, void
date_from
string
The from of created order
date_to
string
The to of created order
amount_from
number
The from of amount
amount_to
number
The to of amount
payment_request_id
string
The payment request id
customer_id
string
The customer id
Response
200 - application/json
data
object[]
requiredlinks
object
requiredmeta
object
requiredWas this page helpful?