Skip to main content

POST /api/stripe/create-checkout

MethodPOST
Path/api/stripe/create-checkout
GroupStripe
Authnone — public endpoint
Sourceshared/api-core/src/routes/stripe.ts

Call it

curl -X POST https://zeqsdk.com/api/stripe/create-checkout \
-H "Content-Type: application/json" \
-d '{}'

Public endpoint — no authentication required.

Reference