Routes: POST /v1/pix/deposit/immediate-charge, GET /v1/pix/deposit/immediate-charge/{chargeId}
BAD_REQUEST (400)
| Error code | Description |
|---|
InvalidContentType | POST body must be sent as application/json. |
MalformedRequest | Deposit payload failed validation. |
InvalidJSON | Deposit request body could not be parsed. |
InvalidParameter | Invalid chargeId or revision on GET. |
FORBIDDEN (403)
| Error code | Description |
|---|
Forbidden | The chargeId belongs to another payee account. |
NOT_FOUND (404)
| Error code | Description |
|---|
NotFound | No charge exists for the given chargeId. |
See also Common errors and Status Machine — Pix In.