#abe_best-practices

1 messages ยท Page 1 of 1 (latest)

nocturne compassBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1245933424775004195

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

near frost
#

django-stripe is the community library and isn't supported by Stripe officially.

For testing purpose, I'd recommend mocking the events and send to your endpoint. Here's how you can mock a Webhook event using stripe-python library: https://github.com/stripe/stripe-python/blob/master/tests/test_webhook.py

GitHub

Python library for the Stripe API. . Contribute to stripe/stripe-python development by creating an account on GitHub.

frigid ruin
#

I know its not supported by stripe
I created it a few weeks ago
Lol

#

Ok
Thanks for the resource
ill take a look

near frost
#

No problem! Happy to help ๐Ÿ˜„

frigid ruin
#

How does a project become a "community project" that gets listed on the stripe docs?

#

Its kinda premature for this project either way
As its still only a POC

near frost
#

The name is kind of similar

frigid ruin
#

Ha

#

IMO it was a neat project

#

But it became a maintenance burder

  • do to lack of proper oversight
#

The "lead maintainer" doesn't fully know the code base

Ive tried working with him to fix it

#

Im surprised stripe still sponsors the project

near frost
#

Thanks for sharing! I'm afraid I'm not too familiar with the flow of becoming a community library sponspored by Stripe. I'd suggest writing to Support https://support.stripe.com/contact, so that they can check with you how the flow will be like

frigid ruin
#

Ok

#

Thanks for ur time

near frost
#

No problem! Happy to help ๐Ÿ˜„

frigid ruin
#

One more question

#

Going back to tests

#

My project - at the momment only listens to stripe webhooks and stores the data