FORMAX DEVELOPER API
  1. Prepaid Card SDK
FORMAX DEVELOPER API
  • Prepaid Card SDK
    • Get Authorization API
      POST
    • Web SDK Redirect URL
      GET
  • PPI Fund Transfer API
  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 API
Built with