Infopago API Documentation
curl --location --request GET 'https://infopago.apidog.io//accounts/transactions//details'[
{
"eventDate": "2019-08-24T14:15:22Z",
"id": "string",
"idempotencyKey": "string",
"endToEndId": "string",
"txId": "string",
"status": "CANCELED",
"transactionType": "PIX",
"localInstrument": "MANU",
"debtorAccount": {
"ispb": "string",
"issuer": "string",
"number": "string",
"accountType": "SLRY",
"document": "string",
"name": "string"
},
"creditorAccount": {
"ispb": "string",
"issuer": "string",
"number": "string",
"accountType": "SLRY",
"document": "string",
"name": "string"
},
"creditDebitType": "CREDIT",
"payment": {
"currency": "BRL",
"amount": 0
},
"refunds": [
{
"endToEndId": "string",
"status": "CANCELED",
"errorCode": "AB03",
"pixRefundAmount": {
"currency": "BRL",
"amount": 0
}
}
],
"remittanceInformation": "string",
"errorCode": "AB03",
"createdAt": "2019-08-24T14:15:22Z"
}
]