FORMAX DEVELOPER API
  1. Prepaid Card SDK
  • Explore Our API Suite
  • Balance API
    • Main Wallet Balance
      POST
    • Main Wallet Balance
      GET
  • Outlet API
    • Onboard
      POST
    • Fetch by Outlet ID
      POST
  • PPI Fund Transfer API
    • Generate OTP
      POST
    • Verify OTP
      POST
    • Generate Aadhaar OTP
      POST
    • Resend Aadhaar OTP
      POST
    • Verify Aadhaar OTP
      POST
    • Verify PAN
      POST
    • Beneficiary List
      POST
    • Add Beneficiary
      POST
    • Delete Beneficiary
      POST
    • Validate Delete Beneficiary
      POST
    • Fund Transfer Generate OTP
      POST
    • Fund Transfer Verify OTP
      POST
    • Fund Transfer Status
      POST
    • Refund Generate OTP
      POST
    • Refund Verify OTP
      POST
  • Recharge API
    • Recharge Transaction
      POST
    • Recharge Transaction
      GET
    • Recharge Callback
    • Recharge Status
      GET
    • Complaint
      GET
    • Operator List
      GET
  • Bill Payment API
    • Category List
    • Operator List
    • Bill Fetch
    • Bill Payment
    • Transaction Status
  • 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
  • Gift Voucher API
    • Brand List
    • Pull Voucher
    • Transaction Status
  • Verification API
    • PAN Verification
  • UPI Payment Gateway API
    • UPI Intent
    • Tranaction Status
    • UPI Payment Callback
  • Prepaid Card SDK
    • Get Authorization
      POST
    • Web SDK Redirect URL
      GET
  • Credit Card, Bank Account & Demat Account Lead API
    • Fetch All Products
    • Create Lead
    • Lead Status
    • Lead Payout Callback
  1. Prepaid Card SDK

Web SDK Redirect URL

GET
https://prepaid-card.formaxpay.com/
This URL is used to redirect users to the Web SDK interface, enabling session-based operations such as onboarding, verification, or transactions.
Default URLs:
Partners can use any of the following default URLs:
https://prepaid-card.formaxpay.com/?token=...
OR
https://prepaid-card-frontend.pages.dev/?token=...
Example:
https://prepaid-card.formaxpay.com/?token={{token}}&source=api&brand_name=FORMAX%20PAY&logo_url=https://formaxpay.com/images/logo.png
Partners can use this default URL, or request a custom redirect URL mapped to their own domain. To configure a custom Web SDK URL, please contact the Formax IT Solutions team.

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://prepaid-card.formaxpay.com/?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvdXRsZXRfaWQiOiJQTTI1NDYzODY3MTkiLCJpYXQiOjE3NDk3MTQ2MDIsImV4cCI6MTc0OTgwMTAwMn0.1qyI3QFtBaJOCD1yPY34vnn7cz8I30qv9X-gRNmniXE&source=api&brand_name=FORMAX PAY&logo_url=https://formaxpay.com/images/logo.png'
Response Response Example
{}
Modified at 2025-06-12 13:08:47
Previous
Get Authorization
Next
Credit Card, Bank Account & Demat Account Lead API
Built with