Nxtbanking API Doc
  1. Bank 1
Nxtbanking API Doc
  • AePS
    • Bank 1
      • AePS Bank list
        GET
      • Balance Enquiry
        POST
      • Mini-Statement
        POST
      • Withdrawal
        POST
      • Login Status
        POST
      • User Login
        POST
      • User Onboard Initiate
        POST
      • User Onboard Validate
        POST
      • Onboarding mobile change
        POST
      • Onboarding Mobile Change Verify
        POST
  • DMT
    • DMT BANK LIST
      GET
    • Remitter-Profile
      POST
    • Remitter Limit
      GET
    • Remitter Register
      POST
    • OTP Validation
      POST
    • Beneficiary Registration
      POST
    • Fund Transfer
      POST
    • Beneficiary Delete
      DELETE
  • Payout
    • Fund Transfer
      POST
    • Fund Transfer UPI
      POST
    • Active Payout Service
      POST
    • Status-Check
      GET
    • Bank Account Verification Copy
      POST
  • User Onboarding
    • UPI-User Onboard
      POST
  • Recharge v1
    • Recharge Plan
    • Do-Recharge
    • Provider-List
    • Get-Provider-Details
  • Nxtbanking PG
    • Payment INIT (POST /api/v1/pg/init)
  • UPI Collection
    • Generate_VPA
    • Create Virtual AC
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Bank 1

Balance Enquiry

POST
https://dev.your-api-server.com/api/aeps/service

Request

Header Params

Body Params application/json

Example
{
    "transactionType": "balance-enquiry",
    "mobileNumber": "9956494544",
    "adhaarNumber": "323232323232",
    "outletId": "111121",
    "biodata": "11",
    "lat": "28.99",
    "lon": "22.66",
    "iinno": "22111",
    "externalRef": "860043",
    "transactionAmount": "0"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.your-api-server.com/api/aeps/service' \
--header 'Client-ID: 9088788' \
--header 'Client-Secret: UXa9gjWOZOV6Ed2TWOwt78yuhgst76378uihwjb' \
--header 'Authorization: Bearer eyoinmbh89n1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodC50cGlwYXkubmV0Iihhjhhgydg89898ghvhbjbjbwic3ViIjoiMzMiLCJpYXQiOjE3MzExODIxMzMsImV4cCI6MTczMTE4NTczM30.SV5QVLOAyCthU7IKzwUMyyOS9wuXZsRqM9Z9NQ4_RYg' \
--header 'Content-Type: application/json' \
--data-raw '{
    "transactionType": "balance-enquiry",
    "mobileNumber": "9956494544",
    "adhaarNumber": "323232323232",
    "outletId": "111121",
    "biodata": "11",
    "lat": "28.99",
    "lon": "22.66",
    "iinno": "22111",
    "externalRef": "860043",
    "transactionAmount": "0"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-03-14 04:57:20
Previous
AePS Bank list
Next
Mini-Statement
Built with