Cards API
    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
        • 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

    Callback Parameters and Template

    Webhook Notification Callback Parameters and Template#

    ParametersTypeRequired or notDescription
    taskldStringYtaskld
    RemarksStringYRemarks
    StatusStringYWhether it was a success or a failed
    opt_codeStringYIt's Kind Of OTP
    notifyTypeStringYnotification type
    amountStringYAmount

    Callback Notification Response Parameters and Template#

    ParametersTypeWhether it is requiredMeaning
    codeIntegerYresponse code
    messageStringYmessage
    {
    "code": 0,
    "message": ""
    }
    Modified at 2025-02-26 09:44:59
    Previous
    Steps to Generate a Secure Signature
    Next
    Information
    Built with