Skip to main content
UnPay is an API-first platform providing robust financial infrastructure for businesses and fintechs.

Welcome

Welcome to the UnPay API reference. Our APIs are designed to be easily integrated into your existing workflows, providing powerful tools for payment collection, connected banking, and lending operations.

UPI Collect

Real-time payment acceptance via UPI Intent and Collect.

Connected Banking

Securely connect to bank accounts and manage transactions.

Lending OS

End-to-end infrastructure for digital lending platforms.

API Specification

View the full OpenAPI 3.1.0 specification.

Authentication

All API endpoints are authenticated using Bearer tokens. You can obtain your API keys from the UnPay Dashboard.
"security": [
  {
    "bearerAuth": []
  }
]