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

CardDetails

GET
CardDetails/{cardId}
CardsService
This API retrieves the details of a specific card based on the provided cardId. The response contains the card number, CVV, expiration date, and card status.

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
cardNumber
string  | null 
optional
cvv
string  | null 
optional
expirationDate
string  | null 
optional
cardStatus
string  | null 
optional
Example
{
    "cardNumber": "6200000000000047",
    "cvv": "234",
    "expirationDate": "2909",
    "cardStatus": "active"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴501501
Modified at 2025-02-18 11:13:17
Previous
Binding
Next
PinDetails
Built with