The part of the API that's implemented is specifically for the needs of GDQuest, it's not a complete implementation.
All we're looking to do, is created paid invoices on Evoliz; we do not need the rest of their services, as we handle the payments ourselves.
Therefore, there's only one important function to take from the API:
The recommended way to test the API is to:
- Create a test user on Evoliz
- Click on "My profile", scroll to "developer" at the bottom of the page, and click the link
- Create a key
npm install
- Copy the file
.env.template
as a.env
- Write your Evoliz values in it
- Run
node run try
- open
src/_for_trying/try.mts
to write code that you want to test.