Get transaction details by idempotency key.
GET
/pix/payments/idempotencyKey/{idempotencyKey}
Pix
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://infopago.apidog.io//pix/payments/idempotencyKey/'
Response Response Example
200 - Exemplo 1
{
"data": {
"id": 0,
"idempotencyKey": "string",
"endToEndId": "string",
"pixKey": "string",
"transactionType": "PIX",
"status": "CANCELED",
"errorCode": "AB03",
"creditDebitType": "CREDIT",
"localInstrument": "MANU",
"createdAt": "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"
},
"remittanceInformation": "string",
"txId": "string",
"payment": {
"currency": "BRL",
"amount": 0
},
"refunds": [
{
"endToEndId": "string",
"status": "CANCELED",
"errorCode": "AB03",
"pixRefundAmount": {
"currency": "BRL",
"amount": 0
}
}
]
}
}
Requisição
Parâmetros Path
idempotencyKey
string
requerido