#heryif
1 messages · Page 1 of 1 (latest)
Do you have a URL where we can reproduce? Do you have a video of the behavior?
Just a picture - PayPal is missing even though we have integrated it
Others can see it
To clarify, how many phones exactly are not showing PayPal?
2 of 3 - is it possible because it’s not working for subs?
In our dev mode it is working
PayPal accepts subscription mode. Of the 2 out of 3 android devices, are they all on the same OS version? You mentioned this was only not working for 13, correct?
Do you have a Checkout Session ID I can look at for the Checkout Session that isn't showing PayPal?
No our other android is not 13 either
Okay, so just some devices are not working and the OS has nothing to do with it. Can you send the Checkout Session URL or Checkout Session ID of one of the failing Checkout Sessions?
This checkout Session wasn't created with paypal as an option. You need to make sure to create the checkout session such that it has
payment_method_types: [
"card",
"sepa_debit",
"sofort",
"paypal",
],
Thank you!!