FORMAX DEVELOPER API
  1. AEPS
  • Explore Our API Suite
  • Balance API
    • Main Wallet Balance
      POST
    • Main Wallet Balance
      GET
  • Outlet API
    • Onboard
      POST
    • Fetch by Outlet ID
      POST
  • Recharge API
    • Recharge Transaction
      POST
    • Recharge Transaction
      GET
    • Recharge Callback
    • Recharge Status
      GET
    • Complaint
      GET
    • Operator List
      GET
  • Bill Payment API
    • Category List
      POST
    • Biller List
      POST
    • Bill Fetch
      POST
    • Bill Payment
      POST
    • Transaction Status
      POST
  • Bill Payment V4 API
    • Get All Billers
      GET
    • Get by Category
      GET
    • Get by Biller ID
      GET
    • Bill Fetch
      POST
    • Bill Validation
      POST
    • Bill Payment
      POST
    • Bill Payment Callback
    • Complaint Registration
      POST
    • Complaint Status
      POST
  • NSDL E-KYC PAN Card API
    • Get Authorization API
    • Redirect URL
    • Incomplete URL
    • Response
    • Transaction Status
    • PAN Status
    • Android SDK
  • UTI PAN Card API
    • PSA Registration
    • PSA Registration Callback
    • Credentials
    • Buy Coupon
    • PAN Coupon Callback Response
    • Transaction Status
  • Insurance POSP API
    • Generate Redirect URL
    • Fetch Balance
    • Wallet Debit
    • Payout
  • BC Money Transfer
    • Bank List
    • Search Remitter
    • Remitter Registration
    • Remitter Registration Verify
    • Remitter E-KYC
    • Transaction Send OTP
    • Transaction
    • Transaction Status
    • Transaction Refund OTP
    • Transaction Refund
  • UPI Cash Point
    • Generate QR
    • QR Status
  • Gift Voucher API
    • Brand List
    • Pull Voucher
    • Transaction Status
  • Verification API
    • PAN Verification
    • Bank Account Verification
  • Credit Card, Bank Account & Demat Account Lead API
    • Fetch All Products
    • Create Lead
    • Lead Status
    • Lead Payout Callback
  • AEPS
    • Bank List
      POST
    • Agent Registration
      POST
    • Agent E-KYC Status
      POST
    • Agent E-KYC
      POST
    • Two Factor Auth Status
      POST
    • Two Factor Auth
      POST
  1. AEPS

Two Factor Auth

POST
http://localhost:5001/api/aeps/2fa_auth

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'http://localhost:5001/api/aeps/2fa_auth' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data '{
    "outlet_id": "TC6052246094",
    "aadhaar": "********2513",
    "capture_type": "FINGER",
    "bio_data": "*******************************",
    "client_ip": "164.52.211.0",
    "latitude": "22.7434889",
    "longitude": "88.4500778",
    "p_order_id": "P10351541224985"
}'
Response Response Example
{
    "status": "SUCCESS",
    "message": "AUTHENTICATED",
    "data": {
        "outlet_id": "TC6052246094",
        "masked_aadhaar": "XXXX-XXXX-2513",
        "amount": 0.94,
        "debit_amount": "0.94",
        "opening_bal": "517.96",
        "closing_bal": "517.02",
        "order_id": "R85473632812500XQNFK",
        "partner_order_id": "P10351541224985",
        "timestamp": "2026-08-13 22:11:45"
    }
}
Modified at 2026-08-13 16:43:24
Previous
Two Factor Auth Status
Built with