#carlosbilangieri5521973113198
1 messages · Page 1 of 1 (latest)
Are you using Stripe Checkout ? https://stripe.com/docs/payments/accept-a-payment
If so it supports natively Google/Apple Pay
Yes, I am using the API https://api.stripe.com/v1/checkout/sessions
☝️
Here it says...
But the customer can't see any option to pay using ApplePay. or Google..
Only by Card...
Does the customer hasa a valid card in their Google/Apple wallet ?
Yes....
Can you share a cs_xxx ID for a session where you/they don't see Google/Apple Pay?
cs_live_a15lpM7NGv6Rr0wolfhJg2ZAJpPjO2hgyfCWA2JfmCuMelxhHLoWSQTj9s
Checking
Thanks
Apple Pay is disabled because you're passing payment_intent_data[setup_future_usage]. That parameter is incompatible with Apple Pay
Should I remove it?