Skip to content
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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

feat: ideal topups #65

wants to merge 15 commits into from

Conversation

stickyPiston
Copy link
Member

closes #60

@stickyPiston stickyPiston linked an issue Dec 16, 2024 that may be closed by this pull request
@TobiasDeBruijn
Copy link
Member

Important note: We used to have one Mollie API key, we now have multiple:

  • Koala
  • Pretix
  • Mongoose
    I think this will have to be changed in SadServer, but Mongoose should use the Mongoose balance in Mollie, and use the appropriate API key for it (from Mollie)

@stickyPiston
Copy link
Member Author

What do you mean with mongoose balance in "but Mongoose should use the Mongoose balance in Mollie" exactly?

@TobiasDeBruijn
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iDeal support
2 participants