Hey everyone,
I’m running into an issue when trying to create billing attempts for subscription contracts on my development store.
Here’s the response I’m getting:
{
"billingAttempts": {
"nodes": [
{
"id": "gid://shopify/SubscriptionBillingAttempt/199786955045",
"order": null,
"processingError": {
"code": "PAYMENT_PROVIDER_IS_NOT_ENABLED",
"message": "Payment provider is not enabled on the shop"
}
}
]
}
}
I’ve double-checked that the Bogus Gateway (for testing) is enabled on my dev store - so I’m not sure what else could be missing.
Has anyone encountered this before or knows if there’s an extra step required for subscriptions to work in dev environments (e.g., test payment setup, app scopes, or store settings)?
Any help would be much appreciated ![]()
