Create Stripe Subscription Checkout
Access: authenticated organization users. Gateway availability depends on organization settings.
This endpoint initiates a Stripe subscription checkout flow. It requires a valid membership package identifier.
POST
Create Stripe Subscription Checkout
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Use application/json for API responses.
Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.
Optional user UUID to perform the request on behalf of a user in the same organization.
Path Parameters
The ID of the membership package to subscribe to.
Body
application/json
The body is of type object.
Response
Success
The response is of type object.
Create Stripe Subscription Checkout