Skip to content

UpdateCustomer

Source: src/Stripe/UpdateCustomer.ts

Update a bound Stripe Customer over HTTP.

const update = yield* Stripe.UpdateCustomer(alice);
const live = yield* update({ name: "Alice Example" });