#dragonslayer5175
1 messages · Page 1 of 1 (latest)
Can you share the example Checkout Session ID (cs_xxx) that Apple Pay and Google Pay don't show?
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'
}
I'm able to see Google Pay and Apple Pay in your Checkout Session
Are you testing from India?
yes
Apple Pay and Google Pay don't support in India.
Google Pay and Apple Pay are unavailable for merchants and customers in India on Stripe Checkout and Stripe Elements.
If you're testing from other countries, Apple Pay and Google Pay will show
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.
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
Okay, Thanks for help