Pix Out
API: POST /v1/pix/withdraw/pix-key, POST /v1/pix/withdraw/manual, GET /v1/pix/withdraw/{externalId}
After create (POST)
| Status | Meaning |
|---|---|
INITIATED | Request accepted, withdraw intent created |
CONFIRMED | Payment request sent to BACEN |
PROCESSING | Withdraw in progress, payment intent created, sent to BACEN and awaiting settlement (most common) |
SUCCESS | Completed in the same response (uncommon) |
FAILED | Failed at initiation |
When querying (GET)
| Status | Meaning |
|---|---|
INITIATED | Request accepted, withdraw intent created |
CONFIRMED | Payment request sent to BACEN |
SUCCESS | Payment accepted by counterparty and settled successfully |
REJECTED | Payment rejected by counterparty |
CANCELED | Payment request could not be sent to BACEN |
FAILED | Processing error |
EXPIRED | Confirmation 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.