Cards API
  1. Information
Cards API
  • Introduction
  • API Usage Instructions
  • Platform URL's
  • API Specification
  • Authentication
  • Steps to Generate a Secure Signature
  • Callback Parameters and Template
  • Merchant
    • Information
      GET
    • Program Details
      GET
  • Cards
    • KYC Requirements
    • Apply Card
      • Apply
      • Binding
    • Information
      • CardDetails
        GET
      • PinDetails
        GET
      • CardBalance
        GET
      • Single Card Transactions
        POST
      • All Cards Transactions
        POST
      • Countries
        GET
      • Towns
        GET
    • Top Up
      • Estimate Card TopUp Fee
      • TopUp
      • TopUp Status
    • Actions
      • Freeze
      • UnFreeze
      • Cancellation
      • SetPin
  • Webhooks
    • Callback notification
    • Kycstatus result callback notification
    • Createcard result callback notification
    • Recharge callback notification
    • Operation callback notification
    • Consume result callback notification
    • Fee callback notification
    • Refund callback notification
    • Bank card 3DS verification
  1. Information

Towns

GET
Towns
CardsService
This API retrieves a list of towns with their corresponding details, including name, code, and the country or region to which the town belongs.

Request

Header Params
Content-Type
string 
optional
Default:
application/json
Authorization
string 
optional
Default:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Responses

🟢200OK
text/plain
Success
Body
array of:
id
string <uuid> | null 
optional
name
string  | null 
optional
code
string  | null 
optional
countryOrRegion
string  | null 
optional
Example
[
    {
        "id": "1a2b3c4d-5678-9101-1121-314151617181",
        "name": "Mumbai",
        "code": "MU",
        "countryOrRegion": "India"
    },
    {
        "id": "2b3c4d5e-6789-1011-1213-141516171819",
        "name": "Delhi",
        "code": "DL",
        "countryOrRegion": "India"
    },
    {
        "id": "3c4d5e6f-7890-1112-1314-151617181920",
        "name": "Bangalore",
        "code": "BL",
        "countryOrRegion": "India"
    }
]
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴501501
Modified at 2025-02-18 12:04:50
Previous
Countries
Next
Estimate Card TopUp Fee
Built with