mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
---
|
|
title: Stripe
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Stripe get Products
|
|
url: '#stripe-get-products'
|
|
- depth: 2
|
|
title: Stripe create Checkout Session
|
|
url: '#stripe-create-checkout-session'
|
|
- depth: 2
|
|
title: Stripe create Customer Portal Session
|
|
url: '#stripe-create-customer-portal-session'
|
|
- depth: 2
|
|
title: Stripe can Create More Servers
|
|
url: '#stripe-can-create-more-servers'
|
|
structuredData:
|
|
headings:
|
|
- content: Stripe get Products
|
|
id: stripe-get-products
|
|
- content: Stripe create Checkout Session
|
|
id: stripe-create-checkout-session
|
|
- content: Stripe create Customer Portal Session
|
|
id: stripe-create-customer-portal-session
|
|
- content: Stripe can Create More Servers
|
|
id: stripe-can-create-more-servers
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./api.json"} operations={[{"method":"get","path":"/stripe.getProducts"},{"method":"post","path":"/stripe.createCheckoutSession"},{"method":"post","path":"/stripe.createCustomerPortalSession"},{"method":"get","path":"/stripe.canCreateMoreServers"}]} hasHead={true} /> |