Gando

Gando

Developer Portal

gando.app
All error codes

beneficiary_payout_not_found

Partner API error

HTTP status: 404

Cause

No beneficiary payout matches the given id for this account.

Partner action

Verify the beneficiary-payout id and account scoping.

Gando action (internal)

Check beneficiary_payouts for account_id + id.

Example response

{
  "error": {
    "code": "beneficiary_payout_not_found",
    "message": "Beneficiary payout not found",
    "requestId": "req_abc123"
  }
}