Skip to content

UpdateFileLink

Source: src/Stripe/UpdateFileLink.ts

Update a bound Stripe File Link over HTTP. Expired links cannot be updated.

const update = yield* Stripe.UpdateFileLink(link);
const live = yield* update({ expires_at: "now" });