Transactional status

This is the most important piece of information for understanding the state of a payment, that is, the stage of the transaction lifecycle it is currently in.

The transaction status is returned in the response body, in Payment.Status, whenever a transaction is created successfully (HTTP 201 Created) or queried successfully (HTTP 200 OK).

CodeStatusPayment methodsDescription
0NotFinishedAll payment methods.Waiting for a status update.
1AuthorizedAll payment methods.Payment eligible for capture or to be marked as paid.
2PaymentConfirmedAll payment methods.Payment confirmed and completed.
3DeclinedCredit and debit cards and e-walletsPayment denied by the authorizer.
10VoidedAll payment methods except boleto and Pix.Payment voided.
11RefundedCredit and debit cards, e-wallets, and Pix.

Payment voided after 11:59 PM on the authorization date.

For Pix transactions with a full refund, the status will always be 11.

12PendingCredit and debit cards, e-wallets and PixWaiting for a response from the financial institution.
13AbortedAll payment methods.Payment voided due to a processing failure or an Antifraude action.
20ScheduledCredit cards and e-walletsScheduled recurrence.