Actions
Feature proposal #8096
closedStripe: remove direct payment method charging
Feature proposal #8096:
Stripe: remove direct payment method charging
Description
Payment Intents is a more secure way of charging payment methods and handles all payment method actions (e.g. 3ds secure, 2 factor, etc..). There's no reason to have 2 ways to handle payments. Replace all payment method JS API calls with Payment Intent usages.
Updated by krileon over 5 years ago
Payment Method handling maybe still necessary, but can be significantly minimized due to several payment types having payment intent API now (e.g. SEPA). Some do not appear to have payment intent API (e.g. ach credit/debit transfers) which would need to use payment methods and are currently using legacy payment sources/tokens.
Updated by krileon over 5 years ago
- % Done changed from 40 to 70
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Updated by beat about 5 years ago
- Status changed from Resolved to Closed
Actions