Nxtbanking API Doc
  1. Nxtbanking PG
Nxtbanking API Doc
  • AePS
    • Bank 1
      • AePS Bank list
      • Balance Enquiry
      • Mini-Statement
      • Withdrawal
      • Login Status
      • User Login
      • User Onboard Initiate
      • User Onboard Validate
      • Onboarding mobile change
      • Onboarding Mobile Change Verify
  • 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
      GET
    • Do-Recharge
      POST
    • Provider-List
      GET
    • Get-Provider-Details
      GET
  • Nxtbanking PG
    • Payment INIT (POST /api/v1/pg/init)
      POST
  • UPI Collection
    • Generate_VPA
      POST
    • Create Virtual AC
      POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Nxtbanking PG

Payment INIT (POST /api/v1/pg/init)

POST
https://dev.your-api-server.com/api/v1/pg/init/

Request

Query Params

Header Params

Body Params text/plain
Example
Example:{ "amount": 1.50, "refno": "PGPS89898978y8ujhuhiuiui", "payerName": "Alice Partner", "payerEmail": "alice@example.com", "payerMobile": "9876543210", "payerAddress": "City Name" }

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/v1/pg/init/?amount=1&refno=PGP888S898&payerName=Alice&payerEmail=alice@example.com&payerMobile=9876543210&payerAddress=City Name' \
--header 'Client-ID: 3587878' \
--header 'Client-Secret: cbdOyjEwtrxYajoIpnrl85SgL2vmq9uiui9898' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "amount": 1.50,
    "refno": "PGPS89898978y8ujhuhiuiui",
    "payerName": "Alice Partner",
    "payerEmail": "alice@example.com",
    "payerMobile": "9876543210",
    "payerAddress": "City Name"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-03-14 04:59:50
Previous
Get-Provider-Details
Next
Generate_VPA
Built with