#moniru
1 messages · Page 1 of 1 (latest)
No, payment link is a reusable payment page, so it can't be referred to the existing customer.
If you wish to use existing customer, then only Checkout Session (single use payment page) can be used
Okay , Let me compromise, since payments link can attach parameter. Can I attach client_reference_id to refer to the customer on my db then track the status through client_reference_id? Since the product I tried to use is a Subscriptions, the customer technically wont pay multiple times at once.
And since subscription needs customer, it will create new customer every new subs, what can I do if to prevent creating new customer, if they cancel their subs and re sub after some time?
Do you think it is viable option to use payment link for subscription?
For payment link, it will always create new customer for subscription. It's not possible to stop payment link from creating new customer on the Subscription. client_reference_id is for your own internal reference and it's not used within Stripe.
If you wish to use existing customer, then only Checkout Session can be used, but not on Payment Link