--- title: SubscriptionBillingAttemptProcessingError - GraphQL Admin description: An error that prevented a billing attempt. api_version: 2026-04 api_name: admin type: interface api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/SubscriptionBillingAttemptProcessingError md: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/SubscriptionBillingAttemptProcessingError.md metadata: domain: admin --- # Subscription​Billing​Attempt​Processing​Error interface An error that prevented a billing attempt. ## Fields * code [Subscription​Billing​Attempt​Error​Code!](https://shopify.dev/docs/api/admin-graphql/latest/enums/SubscriptionBillingAttemptErrorCode) non-null The code for the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null An explanation of the error. *** ##### Variables ```json { "code": "", "message": "" } ``` ##### Schema ```graphql interface SubscriptionBillingAttemptProcessingError { code: SubscriptionBillingAttemptErrorCode! message: String! } ```