Debit/Withdraw Amount

This Webhook is used to debit the amount from the requested user's account of the remitter entity.

INFO

This Webhook will be triggered every 15 seconds until a request is received in the Confirm Debit API against the txn_number received with this Webhook.

The maximum number of triggers is limited to 10. The transaction will automatically be cancelled if the entity does not trigger the Confirm Debit API.

WARNING

This Webhook does not require a response as a supplementary request to Confirm Debit API is mandatory.

Request

IMPORTANT

You must add the following callback URIs to the webhook profile to receive requests from us.

  • debitAmount: For non-cash transactions.

  • withdrawAmount: For cash transactions.

Parameters

IMPORTANT

  • If txn_type is DEBITor RF_DEBIT, txn_service_charge , txn_sp_fee & txn_fee should be debited.

  • These charges/fees are exclusive of taxes. The entity can add taxes along with these amounts while debiting the txn_amount as per provisions.

Request format

{
    "head": {
        "api": "debitAmount",
        "apiVersion": "V1",
        "timeStamp": "2023-02-02 11:54:10 AM"
    },
    "encrypted_data": {
        "cipher_text": "KIuSWwvaayx/YLAwSXxd8T3ioUTOPtaSZbsa7h/C/r5Lm/MiEptsFTQgpy5ugP+KO1a8C+NBAxwAyD511IIz7CKa3jIpRtgdCTmap1lNtR6mzPCTkwqjJG2dI9qBe7+aHQeNwbpSNfzMcU1isSJBMDjZvc4A6VEabiH0ZBu+TrZSNDS8AmrL5x4tRnp3JuhPB7EuvPy2SCKDy8iJJLPXbS2fbW9k+9oqhvw3M1Eay2YL5O/lQ2yZjjh33017l4ap6Q8kRp2hq3GxtbtjDplWeCtdSYDGALYJc/kxNwQoudTVMkHVifuI55gP76ClTiog66lkfnvaq/gzJM717Kk3eTMpCgO0L5B/gAFm3KyQA3yZjbXgpi/0/aIIghvOb3RsvbhmeuNUI9nUhJHwbrWhPcr7Z76tCBnTsePxA+j6DMXAFy+o4feRMXA1C4YW5f9NFGUMqI5sJAsJAb0hz/FRHaMxvG9qg9hOVrqS5Km5DyAtkbdbgsJ7d1TuNF9fm/XpmA6IQ/5WKrQQj9qHfffRVHw4WbdwJt8baY7Oe36oYeqDGwpC3R81q985ty1He78/vh740rysGindq6/wPAXzzEeDMEAPBetHGMXpiCq6YwusVarVplzlIqpXDkojimumNia66cWnFQKhncfqmmrRmSpqsWlnnbm+x9nioU5kDqdZYW2nUsaQotA/Se83Cyk/60A+FM3eGU+UDgOEP/VlSq/27jDw+O5vG/ih4a+xFmU=",
        "iv": "c05a2e24471c7b67",
        "hash": "4bdebe3e26cf4379f6aaca6413533f1be4a729056deba6bba6829befe67eb825"
    }
}

Last updated