#spharian_api

1 messages ¡ Page 1 of 1 (latest)

lavish micaBOT
#

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

wet lodge
#

(for Apple Pay and Google Pay)

next schooner
#

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?

wet lodge
#

yeah, exactly

next schooner
#

Ok

#

You should use a setupintent for that

wet lodge
#

do you have an example for storing an Apple Pay payment method? Do I need to use Stripe's Elements on the web?

next schooner
#

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?

wet lodge
#

yes

next schooner
#

Or want to display card form and other payment methods

wet lodge
#

No, ideally I would like to use a custom view for this

next schooner
#

You'd use setupintent instead of payment intent

wet lodge
#

Ok will try this! Thanks a lot

next schooner
#

No problem