#romas9110

1 messages · Page 1 of 1 (latest)

acoustic dustBOT
errant patrol
#

Hi,
After a customer is created you can create a Customer Portal for them

neat stone
#

Good, I know this. But help me to understand flow. Is this flow is correct:

  1. Customer subscribe via payment link;
  2. Upon subscription I receive webhook and add Stripe customer ID to my system DB;
  3. Now customer can manage his subscription via customer portal (change plan, cancel etc.);
#

I don't understand -> in future, how to add new subscriptions to the same customer? All order are via payment links.

errant patrol
#

I don't understand -> in future, how to add new subscriptions to the same customer? All order are via payment links.
You can't achieve this using Payment Links, for existing customer you need to use Stripe Checkout with the customerId you stored previously

neat stone
#

aha, so this is payment link limitation...

#

gotcha

#

last question: does the payment link URL params such "reference_customer_id" is visible in any webhook info?