Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a Stripe checkout session URL for subscription purchase
| Field | Value |
|---|---|
| Name | createCheckoutUrl |
| Group | Subscriptions |
| Type | Mutation |
| Signature | createCheckoutUrl(input: CreateCheckoutUrlInput!): CreateCheckoutUrlPayload! |
mutation CreateCheckoutURL($input: CreateCheckoutUrlInput!) {
createCheckoutUrl(input: $input) {
url
}
}
{
"input": {
"successUrl": "",
"cancelUrl": ""
}
}