Cards API
  1. Actions
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
      • TopUp
      • TopUp Status
    • Actions
      • Freeze
        POST
      • UnFreeze
        POST
      • Cancellation
        POST
      • SetPin
        POST
  • 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. Actions

Cancellation

POST
CancelCard
CardsService
Card Cancellation

Request

Header Params
Content-Type
string 
optional
Default:
application/json
Authorization
string 
optional
Default:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Body Params application/json
cardId
string 
required
>= 1 characters
Example
{
    "cardId": "d55709b7-a56f-4bcc-b08a-00131bfc8bf1"
}

Responses

🟢200OK
text/plain
Success
Body
taskId
string  | null 
optional
status
string  | null 
optional
remarks
string  | null 
optional
Example
{
    "taskId": "9404f5bc-b767-48c3-8651-befe0b2c3a3f",
    "status": "Success",
    "remarks": "CardInProgress"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴501501
Modified at 2025-02-14 12:44:51
Previous
UnFreeze
Next
SetPin
Built with