Feature proposal #7625
closed
Stripe: implement support for payment source/method reuse
Added by krileon over 5 years ago.
Updated almost 2 years ago.
Description
Currently on subsequent manual payments if you use the same card it'll add that card to the customer object again and mark it default. It doesn't need to be doing this. Instead we need to be keeping track of payment methods better and compare their finger prints so we don't constantly add duplicate cards to a customers object. While this causes zero issues it does clutter up the management of the customer object at Stripe. This should be entirely doable in getStripeCustomer when a source is sent with the object.
- Target version changed from 4.4.0 to 4.5.0
- Related to Feature proposal #8076: Stripe: Allow changing of payment method for existing recurring subscriptions added
- Target version changed from 4.5.0 to 4.5.1
- Target version changed from 4.5.1 to 4.5.2
- Target version changed from 4.5.2 to 4.5.3
- Target version changed from 4.5.3 to 4.6.0
- Target version changed from 4.6.0 to 4.6.1
- Target version changed from 4.6.1 to 4.6.2
- Status changed from Assigned to Rejected
- Target version deleted (
4.6.2)
- % Done changed from 0 to 100
If using Stripe Checkout payment methods can easily be reused. Adding payment method management on-site is currently not worth the additional development effort and potential security implications.
Also available in: Atom
PDF