--- title: SubscriptionBillingAttemptSuccessState - GraphQL Admin description: The billing attempt completed successfully and created an order. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SubscriptionBillingAttemptSuccessState md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SubscriptionBillingAttemptSuccessState.md --- # Subscription​Billing​Attempt​Success​State object Requires `read_own_subscription_contracts` access scope. The billing attempt completed successfully and created an order. ## Fields * order [Order](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Order) The order created by the successful billing attempt. May be null if the order was deleted. *** ## Map ### Possible type in * [Subscription​Billing​Attempt​State](https://shopify.dev/docs/api/admin-graphql/unstable/unions/SubscriptionBillingAttemptState)