#PERF

1 messages · Page 1 of 1 (latest)

wicked plankBOT
torpid crypt
#

Hey there

#

You just use card for that

#

So if you aren't seeing Google or Apple Pay then the payment method type isn't the issue

kind glade
#

gotcha ok, side note what is PaymentMethodTypeCardPresent type?

torpid crypt
#

PERF

#

That is for in-person payments using Terminal

kind glade
#

any suggestions on why apple or google pay is not showing up?

torpid crypt
#

Are you using HTTPS?

kind glade
#

yea this is within a react web app

torpid crypt
#

Do you see Apple Pay or Google Pay button appear?

kind glade
#

yea

#

on chrome i can see google

#

safari i can see apple

torpid crypt
#

Hmm okay but you don't see these on your site

#

Are you using Payment Element? Or Payment Request Button?

kind glade
#

well that isn't from the <PaymentElement /> that is from the Payment Request Element

#

right?

torpid crypt
#

Yeah but it doesn't matter. It is just an easy way to check if your device is set up with a real card properly

kind glade
#

ah ok well the stripe website work fine

torpid crypt
#

You are using Payment Element though?

#

Is there somewhere I can reproduce?

kind glade
#

I think i am confused why the elements capabilities. Should apple / google pay show up in this tabbed list?

torpid crypt
kind glade
#

but it should show on the tab list?

torpid crypt
#

Yes

kind glade
#

ah ok! thank you i figured out why 🙂

torpid crypt
#

What was it if you don't mind me asking?

kind glade
#

i was hosting my server on localhost not https.

However, what is the suggested way to "submit your payment information"

torpid crypt
#

You need a "pay" button where you call confirmPayment()

#

That will then open the Google Pay modal