{
"transactions": [
{
"id": "tx_UcRfNsbiMz29Ggp0Mjn4Vw",
"amountCents": 100,
"account": "cm87rnnz8000hmjmrsrl8q9et",
"customer": {
"id": "cus_61E3NKtaSBetASUClFpW3y",
"name": "Porsche",
"email": "",
"cpfCnpj": "01306024000560"
},
"payerName": "",
"payerCpfCnpj": "",
"description": "",
"e2eID": "E13935893202503211106VMSJ7EqXoJN",
"status": "succeeded",
"method": "pix",
"type": "outbound",
"currency": "BRL",
"fees": 100,
"disputed": false,
"createdAt": "2025-03-21T11:06:38.000Z",
"updatedAt": "2025-03-21T11:07:17.000Z",
"completedAt": "2025-03-21T11:07:17.261Z"
},
{
"id": "tx_vAlT2NMrixKxEjaUHCjPtU",
"amountCents": 100,
"account": "cm87rnnz8000hmjmrsrl8q9et",
"customer": {
"id": "cus_61E3NKtaSBetASUClFpW3y",
"name": "Porsche",
"email": "",
"cpfCnpj": "01306024000560"
},
"payerName": "",
"payerCpfCnpj": "",
"description": "",
"e2eID": "E13935893202503211101cJMcFpNeR6m",
"status": "succeeded",
"method": "pix",
"type": "outbound",
"currency": "BRL",
"fees": 100,
"disputed": false,
"createdAt": "2025-03-21T11:03:04.000Z",
"updatedAt": "2025-03-21T11:03:14.000Z",
"completedAt": "2025-03-21T11:03:14.081Z"
}
],
"total": 2,
"totalPages": 1,
"currentPage": 1,
"hasMore": false
}
OK
The response is of type object
.
{
"transactions": [
{
"id": "tx_UcRfNsbiMz29Ggp0Mjn4Vw",
"amountCents": 100,
"account": "cm87rnnz8000hmjmrsrl8q9et",
"customer": {
"id": "cus_61E3NKtaSBetASUClFpW3y",
"name": "Porsche",
"email": "",
"cpfCnpj": "01306024000560"
},
"payerName": "",
"payerCpfCnpj": "",
"description": "",
"e2eID": "E13935893202503211106VMSJ7EqXoJN",
"status": "succeeded",
"method": "pix",
"type": "outbound",
"currency": "BRL",
"fees": 100,
"disputed": false,
"createdAt": "2025-03-21T11:06:38.000Z",
"updatedAt": "2025-03-21T11:07:17.000Z",
"completedAt": "2025-03-21T11:07:17.261Z"
},
{
"id": "tx_vAlT2NMrixKxEjaUHCjPtU",
"amountCents": 100,
"account": "cm87rnnz8000hmjmrsrl8q9et",
"customer": {
"id": "cus_61E3NKtaSBetASUClFpW3y",
"name": "Porsche",
"email": "",
"cpfCnpj": "01306024000560"
},
"payerName": "",
"payerCpfCnpj": "",
"description": "",
"e2eID": "E13935893202503211101cJMcFpNeR6m",
"status": "succeeded",
"method": "pix",
"type": "outbound",
"currency": "BRL",
"fees": 100,
"disputed": false,
"createdAt": "2025-03-21T11:03:04.000Z",
"updatedAt": "2025-03-21T11:03:14.000Z",
"completedAt": "2025-03-21T11:03:14.081Z"
}
],
"total": 2,
"totalPages": 1,
"currentPage": 1,
"hasMore": false
}