If you’re not looking to using our APIs but the platform itself, you can register at https://payments.niobi.co/register to get started.

Welcome

Authentication

All API endpoints except the authentication, are authenticated using a signature based mechanism introduced in the authentication flow.

{
  "client_id": "string",
  "sender": "string",
  "signature": "string",
  "timestamp": "string",
  "salt": "string",
  "params": "object"
}
For Every request sent you have to generate a new signature which will be generate on our end