#spharian_api
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/1332381166082330799
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
(for Apple Pay and Google Pay)
That flow is not really how we recommend implementing apple pay and google pay for web
What's the goal?
You want to store payment method without making payment?
yeah, exactly
do you have an example for storing an Apple Pay payment method? Do I need to use Stripe's Elements on the web?
You do. How you implement it depends on what other payment methods you want to accept
Do you only want to display an apple pay/google pay button?
yes
Or want to display card form and other payment methods
No, ideally I would like to use a custom view for this
https://docs.stripe.com/elements/express-checkout-element/accept-a-payment is the recommended flow
You'd use setupintent instead of payment intent
Ok will try this! Thanks a lot
No problem