#Linas
1 messages · Page 1 of 1 (latest)
There's a step here that says where to place an input field to your payment form: https://stripe.com/docs/payments/quickstart#email-collect
You then pass that via the client to receipt_email like below:
receipt_email: document.getElementById("email").value,