#Ormi-PaymentRequestButton

1 messages · Page 1 of 1 (latest)

hoary gulch
#

Hi, you are using PaymentRequestButton to test ApplePay or GooglePay, correct? what device are you checking?

haughty inlet
#

google chrome

#

yes

#

I check it on PC

hoary gulch
#

ApplePay can only be displayed on Safari

#

in a Mac

haughty inlet
#

ok, I try with google pay, now it is work for me only on mobile mode

#

how can I test it? which card number?

hoary gulch
#

you will need a real card setup in your Google Pay Wallet. While you are using a Stripe Test Key you won't be charged

haughty inlet
#

thank you

#

Hey, I getting this error: Uncaught (in promise) IntegrationError: Invalid value for stripe.confirmCardPayment intent secret: value should be a client secret of the form ${id}_secret_${secret}. You specified: .

#

why is that?

hoary gulch
#

Yeah the parameter you passed to confirmCardPayment doesn't have a proper value. Can you confirm why are you passing "."?

haughty inlet
#

yes I see now the problem, thank you!