Credit/Deposit Amount

This Webhook is used to credit the amount in real-time to the Beneficiary Account.

INFO

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

The maximum number of triggers is limited to 10.

WARNING

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

IMPORTANT

If any entity fails to attempt to Confirm Credit API, a refund request will be automatically generated against the completed debit transaction.

Request

IMPORTANT

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

  • creditAmount: For non-cash transactions.

  • depositAmount: For cash transactions.

Parameters

IMPORTANT

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

  • If txn_type is RF_CREDIT ,txn_service_charge , txn_sp_fee & txn_fee can be credited back according to the request payload.

  • These charges/fees are exclusive of taxes. The Entity should take care of necessary tax adjustments according to the txn_type.

Request format

{
    "head": {
        "api": "creditAmount",
        "apiVersion": "V1",
        "timeStamp": "2023-02-02 11:54:14 AM"
    },
    "encrypted_data": {
        "cipher_text": "ngwyBmBTNumQ2CowOsH4LmXdjGlpNowI2CSFRlivWXDv0WYqyv6ktBaWBc4ZnR+pbkDqkoepAoiLSkhbbPZ/4O99SiUzq0+ke5H36kLwryUde9/UbQ37Al8F+jq/MN4cMnkwlLtlqT7lVCaX2vukoESXwXkkg6QWrJ3jA1xQuPi4BGYr35Ml52WywqWAQbkdPp2awuqknwk00PqiU1lklgLUwIDGN+UtKJq3h/HXrbYJ4QDk+A8zRYP4dIuZ2f015R12LHJZvwEUgkjHwxUaoCi3NKYfwNz5hFE0RNb4LxKTve7AqNGCycN3fSrmTgdJKZ/Xrfe8qK1gx6UjVyuRC0VRmIVDnWJF3ni994kF1004oYAbo7E8SAhEuGqbrMqIXwEKGc9ScJdg7dMu8mMGHLDuwdn/ZzwZM8eaeBBHsR+HBoIAd5dziEURdC5IWchxSiHdIEQVfwXtd22uZJhIOMv3m1JtyJtEI2RaUhWsJByUi7p4nRgiL+Cmsz8Wq7JIsu9rIjQD3NkZw9/8XEls+ttX8gzspQouu6EcIacilT7BTP7o8sPTiErMP3U8ZwTMZGxW8SIiBtQHNVVghR+P1uPwL4R1IkmXG2Cex96/ALde3R/qQoiMz4CcA+WfDL/CFclcCVvuUlpLllunJml9dw==",
        "iv": "35b076584a830310",
        "hash": "15a8e779871c4e1c3ab5c647cb6db5d4c0eabc1928fc17a325ec4f19282294c9"
    }
}

Last updated