#hakan-subscription-api
1 messages · Page 1 of 1 (latest)
Yes this is covered in details in our documentation too https://stripe.com/docs/billing/subscriptions/change
hm where is there about quantity?
ah quantity
so I would just go ahead and put quantity parameter into this update?
possibly yes
it's all covered in details, so I'd recommend carefully reading those docs again
Please take the time to read our doc carefully as it covers everything you will be needing and more
okay, also, regarding the migration process somebody in support said I can kick off here https://support.stripe.com/contact/email?topic=migrations but do you think I should make the stripe subscription implementations first? @slate canyon
Hello! I'm taking over and catching up...
That depends on your situation, but I would contact us about a migration sooner rather than later just in case there's an unexpected requirement or delay or something like that.
okay though too but there is an text below that "I agree and instruct Stripe to migrate data from my current payment processor to my Stripe account:" how does stripe has access though to my current provider (paypal in this case)
also does this include the subscriptions itself (the most important thing here, not the actual data itself)
"Stripe can’t, however, import any subscriptions—these need to be recreated separately."
....
https://stripe.com/docs/account/data-migrations/pan-import#work-with-subscriptions this here means there is no migration process at all because then i force all users to go to stripe? or?
Correct, Stripe can't import subscriptions from another system, but you can do so yourself with the API. You can create backdated Subscriptions in Stripe which take over for the subscriptions you had in your existing system: https://stripe.com/docs/billing/subscriptions/backdating