Skip to content

RetrieveAppsSecret

Source: src/Stripe/RetrieveAppsSecret.ts

Retrieve a bound Stripe Apps Secret over HTTP. Find is keyed by name and scope, both taken from the bound resource.

const retrieve = yield* Stripe.RetrieveAppsSecret(apiKey);
const live = yield* retrieve({ expand: ["payload"] });