createSubscriptionFromCart
Finalises a subscription and returns payment details based on a cart/draft subscription identified by `X-Subscription-Token`.
Arguments
Argument | Description |
---|---|
input (CreateSubscriptionFromCartInput!) | Parameters for CreateSubscriptionFromCart |
CreateSubscriptionFromCartInput Arguments
Argument | Description |
---|---|
returnUrl (String) | The URL the user gets redirected to after completing payment, can be left blank to use the Firmhouse order confirmation page. |
paymentPageUrl (String!) | The URL where the user can sign up for a new subscription |
Return fields
cart (Cart!)
errors ([ModelValidationError!]!)
payment (Payment)
paymentUrl (String)
returnUrl (String)
subscription (Subscription!)
Last updated