I have a fork of the project that has a number of updates. You can check it out: https://github.com/vcatalano/pyramid_stripe. I haven't looked at it in a while though.
On Tuesday, January 16, 2018 at 12:58:39 AM UTC-7, James Bennett Saxon wrote: > > 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 [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/62327462-1fef-4726-b201-86f468f8a3aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
