GET
/
charges
{
  "charges": [
    {
      "id": "crg_8BCvdj7llIJ69B2Xbm3iQ8",
      "customerId": "cus_RqmtdYb77eBiOyGqnhSh04",
      "transactionId": "",
      "customer": {
        "name": "Marcos Samuel Duarte"
      },
      "amountCents": 600,
      "taxFine": 0,
      "taxInterest": 0,
      "currency": "BRL",
      "paymentMethods": [
        "boleto",
        "pix"
      ],
      "status": "CREATING",
      "dueAt": "2025-04-01T00:00:00.000Z",
      "expiredAt": null,
      "createdAt": "2025-03-25T17:28:03.000Z",
      "updatedAt": "2025-03-25T17:28:03.000Z"
    },
    {
      "id": "crg_3mCLJo6VhVPuf4e0DEmD3O",
      "customerId": "cus_RqmtdYb77eBiOyGqnhSh04",
      "transactionId": "",
      "customer": {
        "name": "Marcos Samuel Duarte"
      },
      "amountCents": 500,
      "taxFine": 0,
      "taxInterest": 0,
      "currency": "BRL",
      "paymentMethods": [
        "boleto",
        "pix"
      ],
      "status": "CREATING",
      "dueAt": "2025-04-01T00:00:00.000Z",
      "expiredAt": null,
      "createdAt": "2025-03-25T17:27:11.000Z",
      "updatedAt": "2025-03-25T17:27:11.000Z"
    }
  ],
  "total": 2,
  "totalPages": 1,
  "currentPage": 1,
  "hasMore": false
}

Response

200
application/json

OK

The response is of type object.