Infopago API Documentation
curl --location --request GET 'https://infopago.apidog.io//accounts/transactions/?event_date_start&event_date_end'{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": [
{
"eventDate": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "CANCELED",
"endToEndId": "string",
"txId": "string",
"creditDebitType": "CREDIT",
"transactionType": "PIX",
"transactionAmount": {
"currency": "BRL",
"available": 0
}
}
]
}