Pular para o conteúdo principal

Pix In errors

Routes: POST /v1/pix/deposit/immediate-charge, GET /v1/pix/deposit/immediate-charge/{chargeId}

BAD_REQUEST (400)

Error codeDescription
InvalidContentTypePOST body must be sent as application/json.
MalformedRequestDeposit payload failed validation.
InvalidJSONDeposit request body could not be parsed.
InvalidParameterInvalid chargeId or revision on GET.

FORBIDDEN (403)

Error codeDescription
ForbiddenThe chargeId belongs to another payee account.

NOT_FOUND (404)

Error codeDescription
NotFoundNo charge exists for the given chargeId.

See also Common errors and Status Machine — Pix In.