#Pavan
1 messages · Page 1 of 1 (latest)
Hello. For Payment Links you can only pre-fill customer_email or pass a client_reference_id via URL params. See: https://stripe.com/docs/payment-links/customer-info#customize-checkout-with-url-parameters
There is no way to associate other customer details to a Payment Link as Payment Links are meant for one-to-many type integrations
If you are working on a one-to-one basis then you should be creating Checkout Sessions directly
is it possible to prefill customer id in Payment link
as I don't want the User to manipulate the customer record
No that's not possible.
If you are tracking customers in your database here then you can pass a client_reference_id to associate to your internal customer
But right now there is no way to de-duplicate Customers in Payment Links (this is something we are working on for the future though)