#Matt P
1 messages · Page 1 of 1 (latest)
You should be able to integrate with Link no problem. Just follow the quickstart tutorial here, and make note of this step specifically: https://stripe.com/docs/payments/quickstart#link-authentication-element
Is this the same element I should use if I doont need the user to enter their email, We already have their email. I was trying to follow this https://stripe.com/docs/payments/link/accept-a-payment?platform=web&ui=elements&link-integration-type=before-payment#web-collect-payment-details which leads me to believe I need to set default values in the paymentElement
defaultValues: { billingDetails: { email, phone, }, },