#disha
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
we never "refill" the card information as this is a violation of PCI compliance
so the behavior you're getting is expected
if your customer has already some saved Payment Methods, you should instead list them (https://stripe.com/docs/api/payment_methods/customer_list) on the front-end and just display the available data (e.g. last4 for cards) and use the Payment Method's id when confirming/paying the Payment Intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, thanks
let me know if you need any more help