I have been pondering how to handle the heap of webhooks that stripe spits 
out.  This small library seems like a great interface to that API.

Alternatively in a Stripe best practices post 
<http://blog.launchdarkly.com/best-practices-for-testing-stripe-webhook-event-processing/>,
 
there was a suggestion to avoid processing authentic calls by using the 
only the event ID and then querying Stripe to get the event data (to avoid 
processing imposter events).  With such a minimal interface, this might 
avoid the need for this layer perhaps as @ChrisRossi pointed out.

I'm not sure which way I'll go yet. 

I may fork it. 

On Friday, March 11, 2016 at 1:08:16 PM UTC-8, Silviu Dicu wrote:
>
> Hi,
>
> I'm looking for a package that will allow payment management with Stripe 
> integrated with Pyramid.
>
> Found https://github.com/jkoelker/pyramid_stripe but the author says is 
> not updating it anymore nor
> he released it to pypi.
>
> thanks!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/7d5dafbe-c5c6-4065-a5a7-cbbd4fad1418%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to