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

Welcome

Authentication

View API Reference

Accept Payments

View API Reference

Make Payments

View API Reference

Account Balance

View API Reference

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