#sokolriiwards
1 messages · Page 1 of 1 (latest)
I'm not going to write your code for you, but I can help with any issues you're having
Did you go through the docs/guides? https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
What troubleshooting have you done so far?
Yeah so it says the error right there - you either need to pass a client secret (which you'd get from a payment intent you create) or you'd pass in a mode (like this in this example https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=payment#web-collect-payment-details)