Skip to main content
Anchor to subscriptionBillingAttemptCreate

subscriptionBillingAttemptCreate

mutation

Requires write_own_subscription_contracts access scope. Also: The user must have manage_orders_information permission.

Creates a new subscription billing attempt. For more information, refer to Create a subscription contract.

Anchor to subscriptionBillingAttemptInputsubscriptionBillingAttemptInput
•SubscriptionBillingAttemptInput!required

The information to apply as a billing attempt.

Anchor to subscriptionContractIdsubscriptionContractId
•ID!required

The ID of the subscription contract.


Was this section helpful?

Anchor to SubscriptionBillingAttemptCreatePayload returnsSubscriptionBillingAttemptCreatePayload returns

Anchor to subscriptionBillingAttemptsubscriptionBillingAttempt
•SubscriptionBillingAttempt

The subscription billing attempt.

•[BillingAttemptUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?