Skip to main content

Pix Out

API: POST /v1/pix/withdraw/pix-key, POST /v1/pix/withdraw/manual, GET /v1/pix/withdraw/{externalId}

After create (POST)

StatusMeaning
INITIATEDRequest accepted, withdraw intent created
CONFIRMEDPayment request sent to BACEN
PROCESSINGWithdraw in progress, payment intent created, sent to BACEN and awaiting settlement (most common)
SUCCESSCompleted in the same response (uncommon)
FAILEDFailed at initiation

When querying (GET)

StatusMeaning
INITIATEDRequest accepted, withdraw intent created
CONFIRMEDPayment request sent to BACEN
SUCCESSPayment accepted by counterparty and settled successfully
REJECTEDPayment rejected by counterparty
CANCELEDPayment request could not be sent to BACEN
FAILEDProcessing error
EXPIREDConfirmation window expired

When status is FAILED, REJECTED, CANCELED, or EXPIRED, the response may include errorCode and errorDescription.

Webhook statuses for Pix Out: see Webhooks.

See also Pix Out errors.