djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Coinbase Payment Processor #254

Open Qoyyuum opened 1 year ago

Qoyyuum commented 1 year ago

Can we have coinbase Payment Processor? Particularly, it should be an easier, faster and free way to set up a SaaS that also accepts cryptocurrency.

Could use https://github.com/resy/coinbase_python3 to start or directly to Coinbase API.

smirolo commented 1 year ago

I will label the request as enhancement. There are 3 payment processors backends so far (Stripe, RazorPay and a Fake one for testing). It is possible to create a backend following these as example. If anyone does, we will merge it. Thank you.