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 Bearer tokens and picked up from the specification file.

"security": [
  {
    "bearerAuth": []
  }
]