Pular para o conteúdo principal

Pix Out errors

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

BAD_REQUEST (400)

Error codeDescription
InvalidContentTypePOST body must be sent as application/json.
MalformedRequestWithdraw payload failed validation (amount, externalId, Pix key, or manual account fields).
InvalidJSONWithdraw request body could not be parsed.
InvalidParameterexternalId on GET is not a valid UUID.

NOT_FOUND (404)

Error codeDescription
NotFoundNo withdrawal exists for the given externalId.
PIX_KEY_NOT_FOUNDPix key withdraw only — key not found in DICT.

UNPROCESSABLE_ENTITY (422)

Error codeDescription
IGAMING_CPF_MISMATCHPix key CPF does not match account holder.
SECURE_LOOP_ACCOUNT_MISMATCHSecure Loop rules rejected the withdraw.

See also Common errors and Status Machine — Pix Out.