Hey, hope you guys are doing well.
I built a small Django package on top of your SDK called django-snippe. It adds models to store payments and payouts in the database, a webhook view that verifies signatures and updates statuses automaticaly, Django signals so you can react to payment events like payment_completed or payment_failed, and helper functions that wrap your SDK calls and save the record to DB in one step so you don't have to do it manualy. Would really appreciate if you could take a look and let me know if I missed something or if there's a better way to do any of it.
Thanks
Hey, hope you guys are doing well.
I built a small Django package on top of your SDK called django-snippe. It adds models to store payments and payouts in the database, a webhook view that verifies signatures and updates statuses automaticaly, Django signals so you can react to payment events like
payment_completedorpayment_failed, and helper functions that wrap your SDK calls and save the record to DB in one step so you don't have to do it manualy. Would really appreciate if you could take a look and let me know if I missed something or if there's a better way to do any of it.Thanks