#blinkdaffer
1 messages · Page 1 of 1 (latest)
What's your goal?
You want to just attach an existing payment method to the payment intent?
i am trying to get payment tray to show existing payment methods when it comes up
i want the existing payment methods to show up when i bring up the payment tray
on react native
Ah ok. So there's not publicly released functionality to do this, but I recommend reaching out to our support team for more info on options to show saved payment methods: https://support.stripe.com. We can't discuss betas in here publicly unfortunately.
There may not be an option for React Native, though just yet
So you may end up having to call this: https://stripe.com/docs/api/payment_methods/customer_list on your server and passing the data to your app so you can display a list yourself
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can i pass mutile payment methods in create intent?
No