Fund Transfer Webhook

Open triggers the fund_transfer webhook upon completion of the fund transfer initiation and during each status update. The details of the fund_transfer webhook event detail is provided below.

Webhook Hash Validation Logic For Connected Banking Events


  • fund_transfer
{
    "event": "fund_transfer",
    "account_ref_id": "sdf632776r4hx",
    "transfer_batch_id": "",
    "hash": "ftdghsjk34627898456dghsjdvc7463100",
    "payout_data": [
        {
            "status": "success",
            "bank_status_code":"",
            "open_txn_id": "oxn_4325erd56",
            "bank_reference_id": "AXISSJDHCN",
            "bene_ref_id": "bene_ref_id_1",
            "transaction_ref_id": "",
            "vendor_name": "John", 
            "amount": "100.00",
            "bank_account_number": "********4568",
            "ifsc": "ICIC0001702", 
            "remarks": "PAYOUT", ,
        },
        {
            "status": "pending",
            "bank_status_code":"",
            "open_txn_id": "oxn_4325erd57",
            "bank_reference_id": "AXISSJDHCGH",
            "bene_ref_id": "bene_ref_id_2",
            "transaction_ref_id": "",
            "vendor_name": "Doe", 
            "amount": "999.00",
            "bank_account_number": "********4567", 
            "ifsc": "ICIC0007689", 
            "remarks": "TEST" 
        }
    ]
}