{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Expire API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Expire", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Checkout Sessions Session Expire", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/checkout/sessions/:session/expire", "params": [ { "name": "session", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

A Session can be expired when it is in one of these statuses: open

\n\n

After it expires, a customer can’t complete a Session and customers loading the Session see a message saying the Session is expired.

" } ] } ], "bundled": true }