UpdateAccount
Source:
src/Stripe/UpdateAccount.ts
Update a bound Stripe Connect Account over HTTP.
Updating an Account
Section titled “Updating an Account”const update = yield* Stripe.UpdateAccount(merchant);const live = yield* update({ email: "merchant@example.com" });