Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Billing Attempt Failure - UNEXPECTED_ERROR: Failed to created Order

Billing Attempt Failure - UNEXPECTED_ERROR: Failed to created Order

Brian_S
Shopify Partner
170 21 44

We've recently seen an increase in this error code for some of our merchants and since there's no description or indication of what was wrong I'm not sure how we're supposed to inform the merchant or customer how to correct the problem. We've seen it occur multiple times in a row on multiple subscriptions. We've noticed sometimes that there are patterns like the subscriptions might have the same discount code but nothing seems to be 100% consistent. 

 

What's the recommendation when a subscription's billing attempts fail repeatedly with this error? 

 

Here's a couple example billing attempts from the same subscription: 

 

 

[
	{
		"node": {
			"createdAt": "2023-12-14T15:00:20Z",
			"id": "gid://shopify/SubscriptionBillingAttempt/44676153523",
			"completedAt": "2023-12-14T15:00:27Z",
			"errorMessage": "Failed to create order.",
			"errorCode": "UNEXPECTED_ERROR",
			"ready": true,
			"nextActionUrl": null,
			"order": null
		}
	},
	{
		"node": {
			"createdAt": "2023-12-10T15:00:25Z",
			"id": "gid://shopify/SubscriptionBillingAttempt/44277366963",
			"completedAt": "2023-12-10T15:00:31Z",
			"errorMessage": "Failed to create order.",
			"errorCode": "UNEXPECTED_ERROR",
			"ready": true,
			"nextActionUrl": null,
			"order": null
		}
	}
]

 

 

 

Any guidance on this would be appreciated : ) 

 

Brian Singer
CTO & Cofounder of Subscription Service - Awtomic
Replies 3 (3)

Liam
Community Manager
3108 344 889

Hi Brian - I've reached out to our API team on this, are there any other error codes or response IDs that are being returned that would help with troubleshooting this?

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Brian_S
Shopify Partner
170 21 44

Hi @Liam - unfortunately there's nothing else.  Thanks for the quick help here!

Brian Singer
CTO & Cofounder of Subscription Service - Awtomic
Liam
Community Manager
3108 344 889

From taking to our internal dev team, they've recommended to reach out to support to be able to look in to the customer, order and any logs specific to the request. That error kind of seems like it may be a catch-all for anything not available in the other responses.

 

Hope this helps,

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog