Debit Webhook
This callback will be triggered when funds are debited from your Bulkpe account. Add your Webhook endpoint from Bulkpe Dashboard -> Settings -> Developer Controls -> Webhooks -> Debit.
    ☝️
  
      
      Transaction status handling
    
    
{
  "status": true,
  "statusCode": 200,
  "data": {
    "reference_id": "TNX00177", //Your reference ID given for payout initiation
    "transcation_id": "TETRAREF02912368", //Bulkpe transaction ID
    "trx_status": "SUCCESS", //SUCCESS, FAILED, PENDING
    "account_holder_name": "",
    "trx_message": "Success",
    "beneficiaryName": "Sathya",
    "account_number": "aintworried@axl", //account number or UPI ID
    "ifsc": "",
    "amount": 1, //number value
    "payment_mode": "UPI", //UPI, IMPS, NEFT, RTGS
    "utr": "325855006923", //Bank reference ID which you ca share with customer
    "type": "Debit", //Credit and Debit
    "isVirtualAccount": false, //true if sub virtual account
    "SubVaId": "", //only if sub VA
    "vaName": "", //only if sub VA
    "SubVaAccountNumber": "", //only if sub VA
    "createdAt": "2023-09-15T13:19:24.702Z", //UTC Timestamp
    "updatedAt": "2023-09-15T13:19:32+00:00" //UTC Timestamp
  },
  "message": ""
}