Skip to main content

createStripeSubscription

Creates a Stripe subscription for a user's household. This mutation should only be called in two cases:

(1) The user is buying a subscription for the first time on web (2) The user is switching their subscription billing from ReveneueCat to Stripe i.e. mobile to web

createStripeSubscription(
input: CreateStripeSubscriptionMutationInput!
): CreateStripeSubscriptionMutation

Arguments

createStripeSubscription.input ● CreateStripeSubscriptionMutationInput! non-null input

Type

CreateStripeSubscriptionMutation object

Creates a Stripe subscription for a user's household. This mutation should only be called in two cases:

(1) The user is buying a subscription for the first time on web (2) The user is switching their subscription billing from ReveneueCat to Stripe i.e. mobile to web