(Re)provision the Stripe Connect account of an external school's provider user
POST/api/admin/external-schools/:id/provision-stripe
Idempotent: a user who already has an account keeps it unless stripe_account_id is passed, in which case that id is adopted without calling Stripe. This is the retry path for a school whose signup provisioning failed or was skipped.
Request
Responses
- 200
- 404
Provisioning outcome: ok / skipped / failed, with the reason
Not found