PayZuDocs

Returns a list of charges

GEThttps://api.payzu.io/v1/charges
GET
/charges

Query Params

Start date to filter the results

End date to filter the results

Maximum number of items to return in the query

Page number for result pagination

Filters the initial charge and the cycles generated by a recurrence

Responses

curl -X GET "https://api.payzu.io/v1/charges" \  -H "Authorization: Bearer {{token}}"
200
{
"page": 1,
"total": 1,
"totalPages": 1,
}