tansengming / stripe-rails

A Rails Engine for integrating with Stripe
MIT License
753 stars 123 forks source link

Add payment_intent.requires_action callback #203

Closed VadimLeader closed 3 years ago

VadimLeader commented 3 years ago

Hey there. This callback seems to be important but is missing: https://stripe.com/docs/api/events/types#event_types-payment_intent.requires_action Since a lot of projects need to switch from using Charges to PaymentIntents till the end of 2020 due to the new SCA rules, would be great if we can add it ASAP. Cheers

tansengming commented 3 years ago

thanks @VadimLeader this looks good! Thanks for the PR. This should get updated soonish.

tansengming commented 3 years ago

It looks like there might be a problem with the gem servers at the moment

https://github.com/tansengming/stripe-rails/pull/204

So the release is gonna be delayed. I'll be checking up on this again tomorrow.

tansengming commented 3 years ago

this is out! https://github.com/tansengming/stripe-rails/releases/tag/2.2.1

VadimLeader commented 3 years ago

Thank you!