#jake-epping_code

1 messages ¡ Page 1 of 1 (latest)

stoic tulipBOT
#

👋 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.

solar escarp
#

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

hardy flare
#

I have a custom revolut button. Not from a stripe package

solar escarp
#

The above code doesn't make sense for that

#

You pass an elements instance to createpaymentmethod

hardy flare
#

what should I pass in my case?

solar escarp
#

You shouldn't even need the createpaymentmethod step. Confirming a payment intent will create a payment method

#

No elements required

#

You'd call confirmpayment when the button is clicked

hardy flare
#

Nice, thanks. But what about other payment methods? Should I use this for cashapp, kakao pay?

solar escarp
#

It'd be the same approach yeah

hardy flare
#

Thanks a lot. I will try this way