#FluffyCat-PaymentLinks
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
You can pre-fill the email address on the payment link: https://stripe.com/docs/payments/payment-links#url-parameters via the API, https://stripe.com/docs/payments/payment-links/api
Your end customer can still edit this field, so the email you pass in for prefilled_email may not be the same email that your customer uses to complete the payment.
Looking for next steps here
Oh, perfect, so we can attach the Stripe customer ID to the URL... that seems like a fine solution!