subscriptionBillingAttemptCreate mutation
Creates a new subscription billing attempt.
Required access
write_own_subscription_contracts
access scope.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
subscriptionBillingAttemptInput
(
SubscriptionBillingAttemptInput!
)
required
|
The information to apply as a billing attempt. |
subscriptionContractId
(
ID!
)
required
|
The ID of the subscription contract. |
SubscriptionBillingAttemptInput fields
-
idempotencyKey (
String!
) RequiredA unique key generated by the client to avoid duplicate payments.
Return fields
-
subscriptionBillingAttempt (
SubscriptionBillingAttempt
)The subscription billing attempt.
-
userErrors (
[BillingAttemptUserError!]!
)List of errors that occurred executing the mutation.
Creates a new subscription billing attempt.
Required access
write_own_subscription_contracts
access scope.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
subscriptionBillingAttemptInput
(
SubscriptionBillingAttemptInput!
)
required
|
The information to apply as a billing attempt. |
subscriptionContractId
(
ID!
)
required
|
The ID of the subscription contract. |
SubscriptionBillingAttemptInput fields
-
idempotencyKey (
String!
) RequiredA unique key generated by the client to avoid duplicate payments.
Return fields
-
subscriptionBillingAttempt (
SubscriptionBillingAttempt
)The subscription billing attempt.
-
userErrors (
[BillingAttemptUserError!]!
)List of errors that occurred executing the mutation.
Creates a new subscription billing attempt.
Required access
write_own_subscription_contracts
access scope.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
subscriptionBillingAttemptInput
(
SubscriptionBillingAttemptInput!
)
required
|
The information to apply as a billing attempt. |
subscriptionContractId
(
ID!
)
required
|
The ID of the subscription contract. |
SubscriptionBillingAttemptInput fields
-
idempotencyKey (
String!
) RequiredA unique key generated by the client to avoid duplicate payments.
Return fields
-
subscriptionBillingAttempt (
SubscriptionBillingAttempt
)The subscription billing attempt.
-
userErrors (
[BillingAttemptUserError!]!
)List of errors that occurred executing the mutation.