#LanGames

1 messages · Page 1 of 1 (latest)

tawny gorgeBOT
nova spruce
#

Can you share an example cs_xxx?

warm prawn
#

this is when creting a test payment link

#

Apple Pay shows, Google Pay does not

#

when testing the payment link I see this

#

@nova spruce where do I get the cs_xxx id you wanted from ?

#

I also tried the PHP Checkout code sample. It works but there is no Google Pay button

warm prawn
nova spruce
#

If you want Google Pay to work with Stripe Tax, you need to collect a shipping address

warm prawn
#

even for digital goods?

#

now google pay shows

nova spruce
#

Correct

#

Current limitation with Google Pay that we're hoping to resolve soon!

warm prawn
#

Thank you for the help. I have one more question. I tried first to integrate Google Pay button only (via Google tutorial)

#

I added Stripe as my gateway

#

added my merchant id (stripe:publishableKey)

#

and tried to make purchase on localhost (in test mode)

#

the payment succeeds, but in my stripe dashboard I don't have anything

#

for transaction info in the JS I'm not adding my stripe product but just random price to test

nova spruce
# warm prawn

Because this isn't a payment. You've simply just created a Token object from the Google Pay card

#

You can use that tok_xxx in an actual payment with Stripe now

warm prawn
#

so I have to call the Stripe API to make the payment?

nova spruce
#

That's a pretty advanced integration path, so I wouldn't recommend that

warm prawn
#

and I do this on the backend

nova spruce
warm prawn
#

thank you. I guess I'll stick with the simple Checkout approach

#

thank you once again for the fast and accurate help

nova spruce
#

np