Welcome to unifinu's doc center

Print

Connecting to Unifinu App is pretty straightforward. It’s a 2-step approach to keep things simple.

You will find more information on some of the basics below.

Method
Description
GET
This is used to retrieve information
POST
This is used to provide with new information
PUT
This is used to update information
DEL
This is used to delete information

It’s probably not a suprise, but in order to use the API you will need to authenticate yourself.

The authentication token that Unifinu will generate can be used for a limited time only. This is to maintain our security standards. Once the token expires, a new ones has to be retrieved. However a new token can be generated before the previous one expires.

Once authenticated and you received a JWT token, you can make use of the API.

  • Send and Receive Reports
  • Create and delete users
  • Create merchant accounts
  • and more.
On this page