#Vakarm

1 messages · Page 1 of 1 (latest)

faint minnowBOT
stray cloak
#

Hello 👋
Which tutorial did you refer to? Can you share an example PaymentIntent you've used to pay with Google Pay?

silent salmon
#

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?

stray cloak
silent salmon
#

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?

stray cloak
#

Yes

silent salmon
#

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

stray cloak
#

It would be easier with our SDK yeah since you have the server-side portion setup already.