openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
260 stars 84 forks source link

Ecommerce integration #2382

Open matteopedani opened 5 months ago

matteopedani commented 5 months ago

I'm looking for integration for ecommerce. My gool is support Revolut. https://developer.revolut.com/docs/accept-payments What's are the best options?

jbpenrath commented 5 months ago

Hello @matteopedani. The support of Ecommerce relies on https://github.com/openfun/joanie. There is here a little bit of documentation to explain how to configure Richie with Joanie (https://github.com/openfun/richie/blob/master/docs/joanie-connection.md)

Then if you want to use Revolut as payment provider, you will have to implement your own payment gateway within Joanie. https://github.com/openfun/joanie/blob/d9c2be0c72aa0ccf2f9d062ab4052830e886048e/docs/explanation/payment-backend.md