#ash_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/1292990009313329202
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ash_wallets-test-payments, 6 hours ago, 14 messages
- ash_api, 7 hours ago, 14 messages
- ash_code, 4 days ago, 29 messages
- ash_ece-not-rendering, 5 days ago, 41 messages
Hello! We don't generally recommend that you use Apple Pay or Google Pay for a Subscription. They're less reliable over time for the recurring payments vs. a traditional card.
You can do it, sure, we have details here: ~~https://docs.stripe.com/apple-pay/apple-pay-recurring#improve-authorization-for-your-api-integration~~
Wait, sorry, meant to link here: https://docs.stripe.com/apple-pay/apple-pay-recurring
We don't have a similar page/approach for Google Pay. Mostly you just use Google Pay as the Payment Method and it should work like a regular card, for the most part.
how can I use google pay as a payment method ? Is there a payment method id exposed from google pay that i can use ?
thank you for the link
As long as you're using Express Checkout Element in subscription mode you shouldn't have any issues. Google Pay produces a Payment Method behind the scenes, yep, just like Apple Pay, cards, etc.
how can I set subsrciption mode ? this is on the elements option ?
Yeah, it's explained in the guide you linked to in your original question: https://docs.stripe.com/elements/express-checkout-element/accept-a-payment?client=react&lang=node#additional-options
okay I see I see, thank you
Happy to help!