#brittkim

1 messages · Page 1 of 1 (latest)

charred beaconBOT
jolly gulch
#

Hi, checking this

#

Of course that's Link and if you just don't want to use Link, you would want to collect the email yourself separately with PaymentElement

untold gate
#

That sounds good. But the problem I've been noticing is that when using the PaymentElement, the form submission isn't to my backend, but stripe. So, it's unclear how that info ever finds way to my backend.

#

(That is probably a seperate question)

jolly gulch
#

You are correct, the form will mostly interact with Stripe and come back to your code with only the result of confirmPayment. Which information are you looking for in your backend?

untold gate
#

We just want to collect an email is all. I think using a Link element is fine for now, we just wanted to make sure there wasn't a better approach.