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
isDEBIT
orRF_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
Last updated