#kugyan-paymentlink-customer
1 messages · Page 1 of 1 (latest)
Hello @bleak quail. This is not really something that makes sense. A PaymentLink is used to have one link for many customers
if you just want one specific customer to pay, you would create a Checkout Session directly: https://stripe.com/docs/api/checkout/sessions/create and you can pass the customer id
Doing this it will create the checkout page?