Infopago API Documentation
curl --location --request GET 'https://infopago.apidog.io//billets'{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": {
"id": 0,
"idempotencyKey": "string",
"eventDate": "2019-08-24T14:15:22Z",
"digitableCode": "string",
"description": "string",
"status": "CANCELED",
"transactionType": "PIX",
"creditDebitType": "CREDIT",
"payment": {
"currency": "BRL",
"amount": 0
}
}
}