#dragonslayer5175

1 messages · Page 1 of 1 (latest)

somber bloomBOT
ocean stag
#

Can you share the example Checkout Session ID (cs_xxx) that Apple Pay and Google Pay don't show?

gritty warren
#

cs_test_a18lpUN9oG6dNPNhrfhWn2DLzeKy7ATqwSzOmm92JOIYz56fM8NAWVTL2S

#

The api body, I'm using to create checkout session
{
'line_items[0][price]': product.stripePriceId,
'line_items[0][quantity]': '1',
'mode': 'subscription',
'success_url': sessionInput.successUrl,
'cancel_url': sessionInput.cancelUrl,
'payment_method_collection': 'always',
'billing_address_collection': 'required'
}

ocean stag
#

I'm able to see Google Pay and Apple Pay in your Checkout Session

#

Are you testing from India?

gritty warren
#

yes

ocean stag
#

If you're testing from other countries, Apple Pay and Google Pay will show

gritty warren
#

okay, can i test using a VPN?

#

Google pay is available in India, Is it the stripe support, that's not provided here?

#

Doesn't seems like the VPN will help, I tried to connect with US server.

ocean stag
#

Google pay is available in India, Is it the stripe support, that's not provided here?
Google Pay integration with Stripe isn't supported

#

I'd recommend asking your coworker from other countries to test it

#

I'm able to see Apple Pay and Google Pay on your Checkout Session

gritty warren
#

Okay, Thanks for help