#Vakarm
1 messages · Page 1 of 1 (latest)
Hello 👋
Which tutorial did you refer to? Can you share an example PaymentIntent you've used to pay with Google Pay?
just a moment please, I'll get the link
ok, this is the tutorial link.
https://developers.google.com/pay/api/android/guides/tutorial
It uses stripe as the gateway, using our public key. PK_....
Then it shows the Google Pay button, that opens a google play bottom sheet with payment info and an confirmation button at the bottom.
It returns success, with payment informations and tokens that doesnt look like Stripe Tokens. Do I have to use this information to create an intent?
Oh I see. Taking a Step back, is there a specific reason you're integrating Google Pay natively rather than using our SDK to integrate?
https://stripe.com/docs/google-pay
No, I just found the Google Pay tutorial first.
Is the stripe SDK use server-side to create an intent like we do with Apple Pay?
Yes
Ok, maybe I should go this way then, since I already set everything for the IOS App...
But it would mean to start over all the payment part... I dont think i'm far to get it to work.
I will try to find what is missing.
Thanks
It would be easier with our SDK yeah since you have the server-side portion setup already.