Could not create payout request
Creating a payout returned 500 Could not create payout request. (generic catch after validation and eligibility checks).
Why this happens
Server/DB failure after the request passed amount and access gates. More specific errors (not available, amount exceeds, program disabled) are returned first when those apply.
Diagnose and fix
1. Retry once; refresh available earnings.
2. If a clearer error appears, fix that (eligibility, amount, program off).
3. Admin: check server logs for the underlying exception on /api/account/payouts.
4. See Request a payout and Could not cancel for related member payout UI.