#dan-burke
1 messages · Page 1 of 1 (latest)
One that doesn't take payment?
yep! like to show on a "payment method" page
then we'd have a separate button / flow for changing it
So there isn't a Stripe Element that would do this, as far as I know. You would have to retrieve Payment Methods server-side and render their info in your own custom view I believe. What SDK are you using currently? iOS? JS? Android?
react / js!
Ah, okay. On web? Or React Native for iOS?
web!
Okay, then yeah. The only option to display this is to use one of the server-side API methods to retrieve the Payment Method details
okay thanks, that's what I figured! have a good one 🙂
You too!