Hello,
Our team using this doc: https://shopify.dev/docs/apps/subscriptions/billing-cycles to editing a billing cycle.
I have edited subscription contract successfully. New a line item has been added to contract. But when I try to “Billing Attempt” (create order), I got this message:
{
"id": 15251669151,
"admin_graphql_api_id": "gid://shopify/SubscriptionBillingAttempt/15251669151",
"idempotency_key": "DhGKNmewsw5ar8Ekz8n4L2kFmmiUiuXroH0Ald6i",
"order_id": null,
"admin_graphql_api_order_id": null,
"subscription_contract_id": 5651759263,
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/5651759263",
"ready": true,
"error_message": "There was a problem processing the payment for this billing attempt",
"error_code": "unexpected_error"
}
I don’t know why I get this error. Could someone help me how to fix it? Thank you so much!
