#luk3tt0_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/1240259102912024596
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! we don't really officially support Cordova. But yeah I think I would expect that to not work. Having Apple Pay work on a web page using stripe.js requires registering the domain (https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#verify-domain-with-apple), but this is not a real web page with a real domain name you can register, it's your Cordova app.
I already configured apple merchant and enabled it from xcode
that only applies if you're building an native integration in a native iOS app(so using our stripe-ios Swift library, or a React Native app). It's separate from a web-based integration using stripe.js.