#coinbeastcrypto
1 messages · Page 1 of 1 (latest)
Yes you can do that. We have a few URL parameters that can be used which we document here:
https://stripe.com/docs/payment-links/customer-info#customize-checkout-with-url-parameters
ok great!
and will the prefilled email appear then in the master stripe account when I'm viewing payments
or would I also need to add this as a ?client_reference_id=
I'm not sure what you mean here. The email that is submitted (since the Customer can always change it if they want) will be associated with the Checkout Session
Happy to help 🙂
testing it now
I just tested this myself. I don't see the email in the customer_email property on the Checkout Session but I do see email property updated in the related Customer object that is linked to the Checkout Session
Wait...there it is in the customer_details property of the Checkout Session
Great, thank you for confirming!