English
Get all charges
cURL
curl --request GET \ --url http://api.contabull.com/charges
{ "charges": [ { "id": "<string>", "externalId": "<string>", "customerId": "<string>", "customer": { "name": "<string>" }, "amountCents": 123, "taxFine": 123, "taxInterest": 123, "currency": "<string>", "paymentMethods": [ "pix" ], "status": "CREATING", "dueAt": "2023-11-07T05:31:56Z", "expiredAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123, "totalPages": 123, "currentPage": 123, "hasMore": true }
ALL
CREATING
CREATED
PAID
CANCELLED
FAILED
Show child attributes