Accept payments — Lifecycle & status

Accept payments

Lifecycle & status

Every charge is born, progresses and ends in one of the statuses below. Track changes through API responses or webhooks.

StatusWhat it means
pendingCharge awaiting resolution (e.g. e-wallet).
issuedCharge issued (Pix generated, boleto emitted). Awaiting payment.
confirmedCard pre-approved. Awaiting capture.
pre_capturedPre-capture authorization recorded.
paidPayment confirmed and available.
partially_refundedPayment received with a partial refund.
refundingRefund in progress.
refundedRefund completed.
refund_errorRefund failed. Try again.
not_issuedMethod issuance failed.
unpaidPayment declined (card) or not performed.
canceledCharge canceled before payment.
errorProcessing error.
chargebackBuyer disputed the charge.
chargeback_wonDispute won in favor of the store.
chargeback_lostDispute lost (amount is returned).

Typical flows

  • Pix/boleto: issued → paid (or canceled/error).
  • Pre-authorized card: confirmed → pre_captured → paid.
  • Direct-approval card: confirmed → paid.
  • Full refund: paid → refunding → refunded.
  • Dispute: paid → chargeback → chargeback_won | chargeback_lost.