Open hansyulian opened 1 year ago
Describe the bug When i use the paymentSheet, it doesn't show google pay option. I checked isPlatformPaySupported and the result is true. if i use confirmPlatformPayPayment, it also success without problem.
isPlatformPaySupported
confirmPlatformPayPayment
To Reproduce Steps to reproduce the behavior:
const { error } = await initPaymentSheet({ customerId: customer, customerEphemeralKeySecret: ephemeralKey, setupIntentClientSecret, merchantDisplayName: "Display Name", // compulsory for Android style: "automatic", googlePay: { merchantCountryCode: "SG", testEnv: false, }, allowsDelayedPaymentMethods: true, });
Expected behavior There should be google pay option
Screenshots If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context I already do all setup steps in https://github.com/stripe/stripe-react-native
+1
@hansyulian Did you fix it?
Make sure that the card is added specifically to the Wallet app. You can also add test cards to the account.
Describe the bug When i use the paymentSheet, it doesn't show google pay option. I checked
isPlatformPaySupported
and the result is true. if i useconfirmPlatformPayPayment
, it also success without problem.To Reproduce Steps to reproduce the behavior:
Expected behavior There should be google pay option
Screenshots If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context I already do all setup steps in https://github.com/stripe/stripe-react-native