#rachelinxr-paymentlink-uniquecustomer
1 messages · Page 1 of 1 (latest)
Hi there! It's not currently possible to specify an existing customer ID when creating a PaymentLink. A new customer object will either always be created when using PaymentLinks or only if working with subscriptions: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-customer_creation
If you're looking for a similar low-code integration, I recommend looking into using Checkout. It's essentially the same Stripe-hosted payment page but requires a bit more coding than PaymentLinks: https://stripe.com/docs/payments/checkout/how-checkout-works
You can create a Checkout Session for a specific customer ID: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
ok