> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/create-subscription-payload.md).

# CreateSubscriptionPayload

### Fields

#### clientMutationId ([String](/graphql-api/api-reference/objects/string.md))

A unique identifier for the client performing the mutation.

#### errors (\[[ModelValidationError](/graphql-api/api-reference/objects/model-validation-error.md)!]!)

#### payment ([Payment](/graphql-api/api-reference/objects/payment.md))

The initial payment object associated with signing up this subscription.

#### ~~paymentToken (~~[~~ID~~](/graphql-api/api-reference/objects/id.md)~~)~~

*`Deprecated: Will be removed.`*

#### paymentUrl ([String](/graphql-api/api-reference/objects/string.md))

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

#### returnUrl ([String](/graphql-api/api-reference/objects/string.md))

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

#### subscription ([Subscription](/graphql-api/api-reference/objects/subscription.md))

#### ~~subscriptionToken (~~[~~ID~~](/graphql-api/api-reference/objects/id.md)~~)~~

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