Ok, so something kept bothering me about pyramid_stripe only using the 
api_key and I realized it was that it's not calling 
`stripe.Webhook.construct_event`.  So it might require a little more 
tweaking.

On Monday, January 15, 2018 at 9:38:06 PM UTC-8, James Bennett Saxon wrote:

> 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 pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/ccf394b8-8dce-46de-9cfc-ff1efa86f6e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to