#jordanknapp_docs
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1349196030335520872
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
I'm afraid Payment Method Messaging Element is only available on web, and unavailable on iOS/Android SDK
Makes sense- are there any plans to add this soon?
Or, another question- if we wanted to build this element ourselves, is there an endpoint that we can use to get access to this data?
We would basically like to call the service that populates the Payment Method Messaging Element directly, if possible
Makes sense- are there any plans to add this soon?
Not that I'm aware of. I'd suggesting writing to Support https://support.stripe.com/contact with your feedback, so that they can share this with the product team.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Or, another question- if we wanted to build this element ourselves, is there an endpoint that we can use to get access to this data?
What kind of data are you looking for?
BNPL payment methods are supported on the Payment Sheet integration: https://docs.stripe.com/payments/accept-a-payment?platform=ios
Could you share the reason why you would like to integrate it separately?
We already have BNPL (Affirm, in our case) enabled via the PaymentSheet at Checkout. But we would like to advertise Affirm payment breakdown more upfunnel (on our PDP on a per item basis, and in our Cart prior to reaching Checkout). Do we really need to create a new PaymentIntent upon every PDP view to get this data?
The alternative would be to have one of our endpoints virtually render the Payment Method Messaging Element for Web, scrape the data, and then return it to the iOS client... but this seems inefficient..
In mobile integration, there isn’t any better way to surface BNPL payment method information other than using Payment Intent to determine whether a BNPL payment method can be supported.