0

How to capture web hooks from Stripe when customer card processes?

halfer
  • 19,824
  • 17
  • 99
  • 186
Sumit Munot
  • 3,748
  • 1
  • 32
  • 51
  • 1
    Have you seen these similar questions: http://stackoverflow.com/questions/9627580/stripe-webhook-on-rails, http://stackoverflow.com/questions/9371566/using-stripe-webhooks-with-rails ? – dwhalen Oct 19 '12 at 20:56
  • Yeah i checked it but don't know how to implement? – Sumit Munot Oct 20 '12 at 12:33

2 Answers2

1

There is a RailsCast that shows how to implement stripe to accept payments.

Michael Frederick
  • 16,664
  • 3
  • 43
  • 58
1

You might find stripe_event helpful: https://github.com/integrallis/stripe_event

anurag
  • 1,499
  • 14
  • 15