liberapay / liberapay.com

Source code of the recurrent donations platform Liberapay
https://liberapay.com/
1.63k stars 207 forks source link

Add documentation on adding a new payment processor #1654

Open nileshtrivedi opened 4 years ago

nileshtrivedi commented 4 years ago

I'd like to add support for additional payment gateways but couldn't find any relevant documentation anywhere. Here's the implementation of Stripe which is not very well commented: https://github.com/liberapay/liberapay.com/blob/master/liberapay/payin/stripe.py

Changaco commented 4 years ago

The only developer documentation we have is the README. If you want to contribute, then you'll have to figure out the rest for yourself, and ask me if you get stuck.

I'm not aware of any good payment processor that we could add support for. The existing issue for this is #1394.