Tags:
- Admin GraphQL API
- 2026-04
Create unpaid orders from subscription billing attempts
In the API 2026-04 release candidate version, you can now include a new field called when creating a billing attempt using the mutation. A billing attempt is an action to charge a customer based on their subscription.
The field determines how the billing attempt is handled depending on the validity of the payment method:
- If you don't provide the
field, or if you set it to, a valid payment method is necessary to create an order successfully. - Alternatively, if you set the value to
, the system will create an unpaid order even if there isn't a valid payment method available on the subscription contract.
For detailed implementation instructions, please refer to our documentation on building a subscription contract.
Was this section helpful?