Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

The rejectionReason FALHA_INFRAESTRUTURA will not be deleted, it will only cease to be used, thus allowing backward compatibility and integrity between participants.

 

Info

If you use "x-rejection-reason" in the API header /api/smart-keys/payment-initiation/v1/consents/callback , with the values ​​informed below, the PIX will assume the “Reject” status.

 

  • INSUFFICIENT FUNDS

  • VALUE_ABOVE_LIMIT

  • INVALID VALUE

  • BILLING_INVALID

  • UNINFORMED

  • PAYMENT_DIVERGENT_CONSENTMENT

  • INVALID_PAYMENT_DETAIL

  • PAYMENT_REFUSED_HOLDER

  • PAYMENT_REFUSED_SPI

  • FAILURE_INFRASTRUCTURE

  • CONSENT_EXPIRED

 

Info

Along with the “Reject” status, a rejectionReason block will also be presented , as shown in the example below. Additionally, CONSENT_EXPIRED leaves consent pending for 60 minutes and then rejects it.

 

Code Block
"rejectionReason": {
        "code": "NAO_INFORMADO",
        "detail": "Não Informado"
      }