Gando

Gando

Developer Portal

gando.app
All error codes

deposit_invalid_status

Partner API error

HTTP status: 422

Cause

Deposit is not in a valid state for this operation.

Partner action

Check deposit status via GET /deposits/{id}. Only call endpoints allowed for that status.

Gando action (internal)

Check deposit.status and the operation guard in partner.service.ts.