# CreateSubscriptionPayload

### Fields

#### clientMutationId ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

A unique identifier for the client performing the mutation.

#### errors (\[[ModelValidationError](https://developer.firmhouse.com/graphql-api/api-reference/objects/model-validation-error)!]!)

#### payment ([Payment](https://developer.firmhouse.com/graphql-api/api-reference/objects/payment))

The initial payment object associated with signing up this subscription.

#### ~~paymentToken (~~[~~ID~~](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)~~)~~

*`Deprecated: Will be removed.`*

#### paymentUrl ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The URL to redirect your customer to to complete the signup payment

#### returnUrl ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The passed value or a URL to the Firmhouse order confirmation page.

#### subscription ([Subscription](https://developer.firmhouse.com/graphql-api/api-reference/objects/subscription))

#### ~~subscriptionToken (~~[~~ID~~](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)~~)~~

*`Deprecated: Will be removed. Use the 'subscription' field instead.`*
