alyf-de / banking

An Open Banking Integration with ERPNext
GNU General Public License v3.0
38 stars 18 forks source link

feat: stripe billing POC #33

Closed barredterra closed 1 year ago

barredterra commented 1 year ago

Subscription not active:

Bildschirmfoto 2023-03-28 um 19 37 30

"Start Trial" takes you to this screen:

Bildschirmfoto 2023-03-28 um 19 52 50

Subscription active:

Bildschirmfoto 2023-03-28 um 19 38 39

"Manage Subscription" redirects to a self-service portal hosted by stripe, where the user can upgrade or cancel the subscription, change billing settings, etc.


To do: We'll need to implement a small web service for checking active subscription by customer id. I hope that will work as planned 😅

The Kosma integration could check for the valid_until date and max_transactions stored in the Banking Subscription (not 100% tamper proof), or call our web service for current data every time.