Handling stripe webhooks with Ruby on Rails
26-Mar-2019 1930
When accepting payments on a Ruby on Rails app, if you want to be aware of every actions that happen on stripe, you will have to implement the stripe webhooks.I found a nice way to handle them, which I'm going to share in this article.I strongly discourage you to implement them on your own by adding a simple POST route to /webhooks, because:.
Handling stripe webhooks with Ruby on Rails #ruby #rubydeveloper #rubyonrails #Handling #stripe #webhooks #Rails #stripe #webhooks https://rubyonrails.ba/link/handling-stripe-webhooks-with-ruby-on-rails