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 : )