Get billet payment operation data by id.
GET
/billets/{id}
Billets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://infopago.apidog.io//billets/'
Response Response Example
200 - Exemplo 1
{
"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"
}
}
Requisição
Parâmetros Path
id
string
requerido