#elleschu-merge-sub
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Not sure exactly what your use-case looks like here, can you share a clear example? Thanks ๐
there was a mistake in a script that created 2 subscription related to a single customer
my customer has a CRM subscription + another file subscription, insteead of having it on 2 stripe results I 'd like to have all in one to keep the history of payments
with having to archive one and create a new subscription file on the one with the CRM + put the invoice on "nulle" so that my client doesn't get charged twice
Okay, so if I understand correctly then you want to combine both sub into one and just create one charge for both the products, correct?
Are you trying to do this via the API or the dashboard? As far as I know, there aren't any API endpoints that supports this by default.
You'd likely need to cancel one subscription and update the other to have multiple products in the subscription.
https://stripe.com/docs/billing/subscriptions/multiple-products
https://stripe.com/docs/api/subscriptions/update
https://stripe.com/docs/api/subscriptions/cancel