#jdraiv_api

1 messages ยท Page 1 of 1 (latest)

wild marshBOT
#

๐Ÿ‘‹ 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/1325838420928495709

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

boreal heronBOT
soft swan
#

Hi there ๐Ÿ‘‹

This type field on the Payment Method object's definition lists the available values:
https://docs.stripe.com/api/payment_methods/create#create_payment_method-type

Google and Apple Pay are part of the card payment method type, they don't have their own values.

In the Payment Element, Apple and Google Pay are only shown as options if we detect those wallets are setup for use in your browser already.

Do you see Google or Apple Pay shown in the Payment Element on this page?
https://docs.stripe.com/testing/wallets?ui=payment-element
If not, I would suggest reviewing the device requirements and ensure you satisfy all of them.
If the wallets do appear there, then it likely indicates something is off in your integration rather than there being a problem with the setup of the device you're testing with.

wicked river
#

thank you for the fast reply! oh cool, so sending the card field should be enough. I don't see my wallets in the demo page, so the payment methods are probably not set up correctly in my my device. thank you for your help, I will take a look