Infopago API Documentation
curl --location --request GET 'https://infopago.apidog.io//pix/payments/idempotencyKey/'{
"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
}
}
]
}
}