sap-labs-france / ev-server

The Open e-Mobility Charging Station management backend server (check also ev-dashboard and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
141 stars 132 forks source link

Stripe Settup - Billing #4203

Closed AndyChriss123 closed 1 year ago

AndyChriss123 commented 1 year ago

Hello! Is there a readily available setup guide out there for stripe billing that you are willing to share? Thank you very much!

AndyChriss123 commented 1 year ago

In the transactions field (mongodb compass) In can se thatwithBillingActive: entry is set to false and stripe is receiving requests with a test card 4242 even though the user has card successfully integrated and I have billing and pricing enabled and configured, this is mostly what I want to figure out.

AndyChriss123 commented 1 year ago

I found the conditions for enabling billing in the code, so you have to set up a tax ID in Stripe and then you can activate billing, that is why it was making test requests. If I generate too much clutter please let me know, I just write this down hoping it might help someone, if there is a better way of doing this I would love to know.

jerome-benoit commented 1 year ago

If you want to contribute, please enhance directly the existing documentation in markdown and do a pull request.

AndyChriss123 commented 1 year ago

Ok. Will do just that starting next week! Thank you for the answer.