Cards API
  1. Webhooks
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
  1. Webhooks

Recharge callback notification

This notification notifyType = recharge
Callback parameters:
ParameterTypeDescription
taskIdStringtaskId
cardIdStringcardId
notifyTypeStringNotifyType
statusStringStatus
remarksStringRemarks
{
  "taskId": "968d17d5-7e75-931c-ddbb-3a14c9775903",
  "cardId": "b31fdd7b-f545-005a-aa28-3a15ed46b5d3",
  "notifyType": "recharge",
  "status": "Success",
  "remarks": "Status Description"
}
Response parameters:
ParameterTypeRequiredMeaning
codeIntegerY0.
messageStringNinformation
Response example:
Modified at 2025-02-26 10:13:39
Previous
Createcard result callback notification
Next
Operation callback notification
Built with