-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ideal topups #65
base: master
Are you sure you want to change the base?
Conversation
Important note: We used to have one Mollie API key, we now have multiple:
|
What do you mean with mongoose balance in "but Mongoose should use the Mongoose balance in Mollie" exactly? |
So within our Mollie account we used to have just one 'Balance', which is a thing our users pay into. So if you pay your Koala activities, the money goes into that balance. Mollie then pays us that balance weekly (or whatever we configure). This poses a problem for us treasurers. Every monday we need to split out this balance into it's separate components, currently only Pretix and Koala. However, recently I introduced two new balances: Pretix and Mongoose. This way, I get three seperate pay-outs every week, one for each product. This means I don't have to split it out manually anymore. For mongoose (or Pretix), the only thing that changes is the Mollie API key used. |
closes #60