topup.not_found
The top-up ID does not exist or does not belong to the active workspace.
topup.not_found is returned when a top-up lookup references an ID that does not exist in the database or belongs to a different workspace. The platform enforces workspace isolation on top-up records.
The top-up ID is wrong, was issued for a different workspace, or was never created. This can happen when a top-up initiation request failed silently and no record was persisted.
Verify the top-up ID against the list returned by GET /v1/wallet/topups. Ensure the request is using the correct workspace context.
{
"error": {
"code": "topup.not_found",
"message": "top-up not found",
"request_id": "req_01900000abc"
}
}