#bugkiller.
1 messages ยท Page 1 of 1 (latest)
Depends on what you are trying to do. Can you tell me more?
we're using old stripe checkout ( popup style)
so user can't make a subscription for 3ds stuff
we will make migration in the next week. but wanted to make this user to subscribe somehow
Gotcha, and what are you getting stuck on when creating the subscription in the dashboard?
I want to create a subscription in stripe dashboard and expected to get a payment link to compelte that subscription in user side.
but didn't get anything
it is just like this
sub_1NW3YpBTGnRwDyDiSTJheOHv
so user got an invoice?
Depends on how you set up the subscription. If you had it set to "Email the invoice to the customer to pay manually", it will automatically email them the invoice
You can also click on the invoice on the subscription's page
And that will bring you to a page where you can copy the payment page link
Hi ๐
I'm jumping in as @native pivot needs to go
Do you mean you want to create a Payment Link for a recurring price?
yes
You can do that if you want
But you won't be able to specify which Customer this Subscripton belongs to
Stripe will automatically create a new one for you
If that is okay with you then this will be a viable options
Right but that will create a new Customer record in Stripe
why? even if user will use customer which we know already
Because payment links are not linked to individual Customer records
ARe thse for new subscriptions or existing subscriptions?
new subscription
I think you got the point right?
user wanted to make subscription to our platform
Sure
Do you care if that subscription gets attributed to a new Customer record or an old one?
I think it's no problem.
Then you can use payment links and that will probably be the easiest solution to implement
ok, this is just for temporary solution for us.
we will probably to have time to migrate old checkout to new stripe checkout
That is understandable. Using payment links would be the most lightweight temporary fix in that case.