Skip to content

CreateFileLink

Source: src/Stripe/CreateFileLink.ts

Create a Stripe File Link over HTTP. Account-scoped — binds the API key onto the host, not a specific file link resource.

const create = yield* Stripe.CreateFileLink();
const link = yield* create({
file: "file_123",
});