POST/api/public/access-request/stripe/create-checkout

Creates a Stripe checkout session for the selected access package.

Auth & Security

No authentication required

Idempotent: No

Parameters

package(body, string, required)Package code

Example Request

{"package":"starter"}

Example Response

{"ok":false,"error":"STRIPE_NOT_READY","message":"Stripe-Zahlung ist momentan nicht verfügbar."}

Error Codes

503 STRIPE_NOT_READYStripe is not configured/not available.

Live Test Proof

Only the controlled error case with missing Stripe configuration (503) tested, analogous to PayPal — no real Stripe calls per the test specification.

Public Forms