Get details of transaction.
GET
/accounts/transactions/{transactionId}/details
Accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://infopago.apidog.io//accounts/transactions//details'
Response Response Example
200 - Exemplo 1
[
{
"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"
}
]
Requisição
Parâmetros Path
transactionId
number
requerido