I’ve a shopify post-purchase extension that offer clients a subscription, but when the custumer accepts the agreement term in the extension and finalize it, the extension insert the subscription product in the order but have an error creating contract:
subscription_contract_creation_error
A subscription contract could not be created for the add_subscription change with selling_plan_id 848658599
Thanks for providing the error message and selling plan ID, that made it easier for me to find your HTTP requests in our logs. I’ll give you an update as soon as I make sense of what’s happening.
In order to progress with the investigation, I would need to know the changeset payload that you’re applying for the order above (Batman as the one-time product, and Supplement as the subscription). Could you share this information with me please?
Thank you ThiagoMine. The only surprising thing in this changeset is the selling plan ID. I was expecting 848658599 rather than 848691367 from what I saw in our logs.
I see some subscription contracts created recently. Does the post-purchase extension create the contracts successfully now? If not, is the problem intermittent or always happening for a given changeset?