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

CardBalance

GET
CardBalance/{cardId}
CardsService
This API retrieves the balance details of a specific card based on the provided cardId. The response includes the available balance, current balance, card currency, card number, and card type.

Request

Path Params
cardId
string 
required
Example:
76ddcaab-55c4-46e0-8d80-e7d097bfc1b3
Header Params
Content-Type
string 
optional
Default:
application/json
Authorization
string 
optional
Default:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Responses

🟢200OK
text/plain
Success
Body
availableBalance
string  | null 
optional
cardCurrency
string  | null 
optional
cardNumber
string  | null 
optional
cardType
string  | null 
optional
currentBalance
string  | null 
optional
Example
{
    "availableBalance": "100.00",
    "cardCurrency": "USD",
    "cardNumber": "12134523",
    "cardType": "OT",
    "currentBalance": "50.00"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴501501
Modified at 2025-02-18 11:45:36
Previous
PinDetails
Next
Single Card Transactions
Built with