Cards API
  1. Top Up
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
      • PinDetails
      • CardBalance
      • Single Card Transactions
      • All Cards Transactions
      • Countries
      • Towns
    • Top Up
      • Estimate Card TopUp Fee
        POST
      • TopUp
        POST
      • TopUp Status
        GET
    • 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. Top Up

TopUp Status

GET
TopUpStatus/{taskId}
CardsService

Request

Path Params
taskId
string 
required
Example:
c4bf67ad-c353-45ce-9314-19922fdf0c55
Header Params
Content-Type
string 
optional
Default:
application/json
Authorization
string 
optional
Default:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Responses

🟢200OK
text/plain
Success
Body
taskId
string  | null 
optional
cardId
string  | null 
optional
currency
string  | null 
optional
amount
number <double> | null 
optional
settlemetAmount
number <double> | null 
optional
fee
number <double> | null 
optional
type
string  | null 
optional
date
string <date-time>
optional
status
string  | null 
optional
remarks
string  | null 
optional
Example
{
    "taskId": null,
    "cardId": "Crew Cab Pickup",
    "currency": "AFN",
    "amount": 267.45,
    "settlemetAmount": 1.05,
    "fee": -45013761.903779015,
    "type": "incididunt do labore",
    "date": "2024-06-04",
    "status": null,
    "remarks": "fugiat occaecat Duis"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴501501
Modified at 2025-02-14 12:15:16
Previous
TopUp
Next
Freeze
Built with