v1

latestOpenAPI 3.0.12026-07-245303882.5 MB
get/pix/payment/status

Query parameters

idstring

Identificador da transação retornado na requisição de payment.

clientCodestring

Identificador único gerado pelo cliente.

endToEndIdstring

Identificador ponta-a-ponta associado ao pagamento.

Response

200

statusstring
versionstring

Example response

{
  "status": "CONFIRMED",
  "version": "1.0.0",
  "body": {
    "id": "34fee7bc-4d40-4605-9af8-398ed7d0d6b5",
    "amount": 25.55,
    "clientCode": "1458854",
    "transactionIdentification": "dc8cf02b81b54bd59323453b207e704a",
    "endToEndId": "E3030629420200808185300887639654",
    "initiationType": "MANUAL",
    "paymentType": "IMMEDIATE",
    "urgency": "HIGH",
    "transactionType": "TRANSFER",
    "debitParty": {
      "account": "444444",
      "branch": "1",
      "taxId": "11122233344",
      "name": "Celcoin",
      "accountType": "CACC"
    },
    "creditParty": {
      "bank": "30306294",
      "key": "5244f4e-15ff-413d-808d-7837652ebdc2",
      "account": "10545584",
      "branch": "1",
      "taxId": "11122233344",
      "name": "Celcoin",
      "accountType": "CACC"
    },
    "remittanceInformation": "Texto de mensagem",
    "error": {
      "errorCode": "CIE999",
      "message": "Ocorreu um erro interno durante a chamada da api."
    }
  }
}