How to capture web hooks from Stripe when customer card processes?
Asked
Active
Viewed 332 times
0

halfer
- 19,824
- 17
- 99
- 186

Sumit Munot
- 3,748
- 1
- 32
- 51
-
1Have 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 Answers
1
There is a RailsCast that shows how to implement stripe to accept payments.

Michael Frederick
- 16,664
- 3
- 43
- 58
-
Thanks, But implementation of web hook is not given . I have created my app but how can i handle web hook in my own application. Confused? :( – Sumit Munot Oct 19 '12 at 14:35
-
What do you mean by web hook? It does handle responses from Stripe (using CoffeeScript) – Michael Frederick Oct 19 '12 at 15:10
-
1
You might find stripe_event helpful: https://github.com/integrallis/stripe_event

anurag
- 1,499
- 14
- 15