Remitter EKYC Debit

  • This callback will be triggered when remitter wallet is not been created or remitter kyc is pending.
{
  "event": "DMT-WALLET-MONEY-REMITTER-EKYC",
  "param": {
    "status": true,
    "response_code": 0,
    "message": 'Remitter with mobile - xxxxxxxxxx wants to do KYC.',
    "data": {
      "merchant_code": "XXXXXX",
      "mobile": "mobile number of the remitter",
      "amount": "KYC amount",
      "txn_status": 2,
      "kyc_charges": "kyc charges"//kyc charges that are showing to the customer while going for kyc.
    }
  }
}