Create a subscription
Learn how to track trials and create subscriptions for users of your SaaS application
Prerequisites
Make the request
mutation subscriptionCreate ($attributes: SubscriptionAttributes!) {
subscriptionCreate (attributes: $attributes) {
subscription {
id
account {
id
name
contacts {
id
firstName
lastName
}
}
trialStartDate
trialEndDate
startDate
endDate
state
plan {
code
name
}
priceList {
code
name
}
tenant {
id
code
name
}
}
errors
}
}Optional parameters
Parameter
Handling errors
What happens next?
Last updated
Was this helpful?
