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

Callback notification

This interface is used to set callback notification URL.
Please set the callback notification address in the merchant basic information in the merchant backend system. All callback notifications share this URL, and use notifyType to distinguish different notification contents
Callback notification type
notifyTypebusinessmeaning
kycStatusBank cardCard Kyc activation result callback notification This applies only to physical cards and only if kycRequiredWhileApplyCard is true. Once the KYC is approved, you can proceed to bind the card.
createCardBank cardCard activation result callback notification
rechargeBank cardCard recharge result callback notification
operationBank cardCard freeze, unfreeze and cancel callback notification
consumeBank cardCard Consumption callback notification
feeBank cardCard ConsumptionFee callback notification
refundBank cardCard Refund callback notification
opt_CodeBank card3DS verification
Modified at 2025-02-26 10:04:08
Previous
SetPin
Next
Kycstatus result callback notification
Built with