Creates a Stripe PaymentIntent for the authenticated user and returns its client secret for client-side confirmation.
POST/stripe/create-payment-intent
Creates a Stripe PaymentIntent for the authenticated user and returns its client secret for client-side confirmation.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.