Skip to content

RetrieveTaxSettings

Source: src/Stripe/RetrieveTaxSettings.ts

Retrieve bound Stripe Tax Settings over HTTP. Tax Settings is an account singleton — the retrieve op has no id field; the bound resource associates the API key with the host.

const retrieve = yield* Stripe.RetrieveTaxSettings(settings);
const live = yield* retrieve();