search

Returns all charges for the account

Request query params

Pagination

fieldrequired[flow]typedescription
skip-numberPagination parameter to skip first n customers from list, default = 0
limit-numberPagination parameter to limit output to n , default = 100 , maximum value = 1000
sortkey-stringSorting key parameter i.e. created_at
sortdirection-stringSorting order direction parameter ASC or DESC (DESC by default)

filters

fieldrequiredtypedescription
gateway_id-string (24 hex characters)ID of a gateway with which charges were created
payment_source_id-string (24 hex characters)ID of a stored customers payment_source
status-stringSee Status table
archived-boolSet to true to show all the archived charges. Default: false
reference-stringreference
company_name-stringCompany name
id-string (24 hex characters)ID of particular customer

Other

fieldrequiredtypedescription
search-stringWord of phrase Customer want to search in created charges (search works by fields: first_name, last_name, email, company_name)
Language
URL