Infopago API Documentation
curl --location --request GET 'https://infopago.apidog.io//billets/'{
"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
},
"billetInfo": {
"digitableCode": "string",
"barCode": "string",
"settleDate": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z"
},
"creditorAccount": {
"ispb": "string",
"issuer": "string",
"number": "string",
"accountType": "SLRY",
"document": "string",
"name": "string"
},
"debtorAccount": {
"ispb": "string",
"issuer": "string",
"number": "string",
"accountType": "SLRY",
"document": "string",
"name": "string"
}
}