#GandS-google-pay

1 messages · Page 1 of 1 (latest)

ocean crescent
#

Hey! There can you share some more details about how you're integrating with Google Pay?

warm torrent
#

Sure

#

In React I'm using PaymentRequestButtonElement from stripejs to accept google pay and apple pay.

#

When using stripe test keys, It create payment method

#

But does not create with live keys

#

Note: Google pay Card is valid card not test card

#

Im using this payment method to make a purchase on nodejs

ocean crescent
#

Can you share an example Payment Intent ID?

warm torrent
#

sorry. I dont understand

ocean crescent
#

The Payment Intent you're creating and attempting to confirm. pi_xxx

warm torrent
#

you are asking payment method id created using stripe test keys?

ocean crescent
#

No, Payment Intent

warm torrent
ocean crescent
#

Is there somewhere I can reproduce this issue?

warm torrent
#

When we use PaymentRequestButtonElement

It creates token, source, paymentmethod only not paymentintent

warm torrent
ocean crescent
#

Is this URL using your live keys?

#

I see the Google Pay button

warm torrent
#

yes

#

Yes But when try to pay with google pay

#

It throws error for us

#

The selected payment method is not usable. Please select another and try again.

ocean crescent
#

I'm unable to test it because you're using your live keys. At what stage does that happen? I've got this far

#

You must be creating a Payment Intent for $6.26 at some point. Can you share that pi_xxx ID?

#

OR your Stripe account ID?

warm torrent
#

it is 0 $

ocean crescent
#

I'd prefer not to complete a live transaction regardless of value

#

Can you share your account ID please

warm torrent
warm torrent
ocean crescent
#

Where are you located?

warm torrent
#

We're in india

ocean crescent
#

Yeah, Google Pay won't work in India

warm torrent
#

Let me clarify,
This stripe transaction using gpay does not work in india. If we use US card, then it should work fine. Right?

ocean crescent
#

Google Pay won't work for any Indian based customers, regardless of the region of the card

warm torrent
#

Sorry I dont understand

#

can u please tell me more details

#

Indian card only works if stripe account and card should belongs to india

#

Right?

ocean crescent
#

The Indian card isn't the issue. You can't use Google Pay as an Indian customer

#

That's likely why you're seeing the error

warm torrent
#

Oh okay

#

So to check we have to use as some other religion customer

#

That should work right?

ocean crescent
#

To test Google Pay, yep

warm torrent
#

Okay

#

Is the same applied to apple pay

ocean crescent
warm torrent
#

Okay

#

And another doubt

#

is this something related to googlepay and applepay or stripe?

#

From my understanding

Google pay and apple pay does not support this type of card transactions in india.

is this right?

ocean crescent
#

The Apple Pay limitation is an Apple limitation, not Stripe

#

Stripe do not currently offer Google Pay for Indian customers, but I believe Google Pay does work in India

warm torrent
#

Okay now i got the picture

#

Thank you so much @ocean crescent

ocean crescent
#

Sure, np!