#Divyanshu
1 messages · Page 1 of 1 (latest)
Hi there 👋 it sounds like your flow is going to be unique to each Customer going through it, so I wouldn't recommend using Payment Links as those are designed for a single link to be reusable by many customers.
Instead I would recommend leveraging Checkout Sessions, they also provided a link to a hosted checkout experience, but they are a better fit if you are only creating a link for a single customer.
https://stripe.com/docs/api/checkout/sessions/create
This guide walks through how to use Checkout Sessions to create Subscriptions:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout