{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Post API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Post", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Apps Secrets", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/apps/secrets", "body": { "type": "form-urlencoded", "data": [ { "name": "expand", "value": "" }, { "name": "expires_at", "value": "" }, { "name": "name", "value": "" }, { "name": "payload", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "

Create or replace a secret in the secret store.

" }, { "info": { "name": "Stripe Post Apps Secrets Delete", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/apps/secrets/delete", "body": { "type": "form-urlencoded", "data": [ { "name": "expand", "value": "" }, { "name": "name", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "

Deletes a secret from the secret store by name and scope.

" }, { "info": { "name": "Stripe Post Billing Portal Configurations", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/billing_portal/configurations", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Creates a configuration that describes the functionality and behavior of a PortalSession

" }, { "info": { "name": "Stripe Post Billing Portal Configurations Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/billing_portal/configurations/:configuration", "params": [ { "name": "configuration", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates a configuration that describes the functionality of the customer portal.

" }, { "info": { "name": "Stripe Post Billing Portal Sessions", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/billing_portal/sessions", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Creates a session of the customer portal.

" }, { "info": { "name": "Stripe Post Checkout Sessions", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/checkout/sessions", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Creates a Session object.

" }, { "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.

" }, { "info": { "name": "Stripe Post Coupons", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/coupons", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

You can create coupons easily via the coupon management page of the Stripe dashboard. Coupon creation is also accessible via the API if you need to create coupons on the fly.

\n\n

A coupon has either a percent_off or an amount_off and currency. If you set an amount_off, that amount will be subtracted from any invoice’s subtotal. For example, an invoice with a subtotal of 100Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.

" }, { "info": { "name": "Stripe Post Credit Notes", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/credit_notes", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Issue a credit note to adjust the amount of a finalized invoice. For a status=open invoice, a credit note reduces\nits amount_due. For a status=paid invoice, a credit note does not affect its amount_due. Instead, it can result\nin any combination of the following:

\n\n