#jack_lim4
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
I have created a payment intent that is attached to a specific customer. After the customer has completed the payment, I see the payment methods is indeed attached to the customer on the Stripe Dashboard
However, when I refresh the payment page, again creating a payment intent attached to the same customer, the SDK doesn't displays any bank account that was attached
On your backend, when creating the PaymentIntent again, if you pass confirm: true, would it succeeded?
Nope it doesn't
My expectation is if I am creating a payment intent for the customer that already has a bank account attached, the SDK should show the bank account and allow the customer to reuse it
Is this not automatically handled by the SDK?
No. It's a frequent asked feature and we have plan to release it, but it has not been out yet
Thanks for your input and feedback
Okay I see, what are my options now?
Does this means I need to make my own custom solution?
Yeah you want to list your customer current payment method, send information to your frontend and display it yourself