Skip to content

RetrieveCustomer

Source: src/Stripe/RetrieveCustomer.ts

Retrieve a bound Stripe Customer over HTTP.

const retrieve = yield* Stripe.RetrieveCustomer(alice);
const live = yield* retrieve();