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

Freeze

POST
CardFreeze
CardsService
Note
User signature photo Encoded into base64 format. It cannot be larger than 2M and supports the formats .png, .jpeg, and .jpg. It is only required when the card type represented by the bank card is needPhotoForOperateCard=true. See the parameter needPhotoForOperateCard in the interface /MerchantInformation/Merchant.

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
signImage
string  | null 
optional
Example
{
    "cardId": "81e38cea-9ea7-4f84-819f-16a40ba1f466",
    "signImage": "signimage"
}

Responses

🟢200OK
text/plain
Success
Body
taskId
string  | null 
optional
status
string  | null 
optional
remarks
string  | null 
optional
Example
{
    "taskId": "c9f691d9-178f-4f11-9040-9a81a513525a",
    "status": "Success",
    "remarks": "CardInProgress"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴501501
Modified at 2025-02-14 12:23:16
Previous
TopUp Status
Next
UnFreeze
Built with