#Ormi-PaymentRequestButton
1 messages · Page 1 of 1 (latest)
Hi, you are using PaymentRequestButton to test ApplePay or GooglePay, correct? what device are you checking?
ok, I try with google pay, now it is work for me only on mobile mode
how can I test it? which card number?
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
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?
Yeah the parameter you passed to confirmCardPayment doesn't have a proper value. Can you confirm why are you passing "."?
yes I see now the problem, thank you!