#manhnguyen-card
1 messages · Page 1 of 1 (latest)
hi there! this is expected behavior, if you want to prevent duplicate cards, you need to implement your own logic and verify the fingerprint of the card
I don't want the user to fill the card information more than once so I can attach a payment method to the user (stripe customer). And on the next payment, I simply retrieve the payment methods (using the Stripe API, not saving payment method in my own database) of the user and let them choose the card they want to use. Is that the correct way?
sure, that would work. You would need to implement the logic to display payment methods that are attached to the customers - Stripe doesn't currently offer such a feature