#jake-epping_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1476249643103817809
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
What element are you using? In your above code you pass an elements instance to createPaymentMethod. That tells createPaymentMethod to create a payment method from an element on the page. The error message is telling you that it couldn't find an element to create a payment method from
I have a custom revolut button. Not from a stripe package
The above code doesn't make sense for that
You pass an elements instance to createpaymentmethod
what should I pass in my case?
You shouldn't even need the createpaymentmethod step. Confirming a payment intent will create a payment method
So for revolut pay you can follow this guide, for instance: https://docs.stripe.com/payments/revolut-pay/accept-a-payment?payment-ui=direct-api
No elements required
You'd call confirmpayment when the button is clicked
Nice, thanks. But what about other payment methods? Should I use this for cashapp, kakao pay?
Thanks a lot. I will try this way