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.
Creating a File Link at runtime
Section titled “Creating a File Link at runtime”const create = yield* Stripe.CreateFileLink();const link = yield* create({ file: "file_123",});