#precioustincture_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/1404394978335133707
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Ensure that all the device/browser requirements are met here: https://docs.stripe.com/testing/wallets?ui=express-checkout-element#device-requirements
Most pertinent being your location (we disable both wallets for Indian based IPs) and having a real card in the wallet
we have most of our team setup in US. they cannot see it as well
also we tested on safari on a mobile device
Somewhere I can reproduce this? Are there any errors returned in the browser console?
you can reproduce yes.
Phygitals is the ultimate global marketplace that makes collecting cards instant and easy. Buy, sell, and trade your cards with immediate digital ownership that gives you access to collectibles from around the world. Vault your cards securely, enjoy low fees and fast, affordable shipping, and join a vibrant community of collectors who track achi...
just try buying with card. and there will be no express checkout
Well Google Pay is disabled on the config so that explains that
As for Apple Pay, the www. subdomain is not registered
okay
Yep, I can see that
No problem, glad I could help!
๐ฅ
also
for saving cards . do i need to do something extra
like without handling customers etc
Generally you'll need a Customer object to reuse a saved card: https://docs.stripe.com/payments/save-during-payment
The saving is facilitated via the setup_future_usage param on the Payment Intent
gotcha. i was thinking of that extra field save card for future where user enters email, number
does that require customer as well
That's Link: https://docs.stripe.com/payments/link
It doesn't, no
There's guides here: https://docs.stripe.com/payments/link/elements-link
Generally you'd just need to turn it on at the account-level