v1

latestOpenAPI 3.1.02026-08-045901.5 MB

Notify Mandate

The Mandate Notification API notifies customers 24–48 hours in advance of a mandate renewal or payment collection. This ensures users maintain sufficient account balance and helps prevent payment failures.

post/payment/upimandate/notify

Request body

mandateIdinteger required

A unique identifier for the mandate to send the notification to the payer.

amountinteger required

Amount associated with the mandate execution being notified.

mandateseqnostring required

Sequential execution number of the mandate cycle for tracking recurring debit notifications.

executionDatestring required

Execution date should be the one when you exactly want to execute the mandate. Format : dd/mm/yyyy HH:MM AM/PM

notestring

Remarks entered for reference. Max 50 characters

Response

200

statusinteger
messagestring

Example response

{
  "data": {
    "BankRRN": "103989876789",
    "transaction_id": "1769780178878889896"
  },
  "status": 200,
  "message": "Transaction Initiated"
}