Actions
Feature proposal #9106
closedStripe: update to latest API and move some payment methods to payment intents
Description
Few changes like how charges are accessed on payment intents.
https://stripe.com/docs/upgrades#2022-11-15
In addition to this move some payment methods away from legacy Tokens/Sources API to PaymentIntents as they're now supported.
https://stripe.com/docs/payments/payment-methods/transitioning#compatibility
Specifically: alipay, sofort, ach_debit, and bacs_debit (currently falling back to checkout API)
Actions