Merchant Web Hook
Real-time payment notification
The system is able to notify a web hook in real time as transactions are processed.
The web hook should be able to receive an HTTP POST request with the following parameters;
[
{
"transactionId": "00000000-0000-0000-0000-000000000000",
"virtualAccountNumber": “string”,
"collectionAccountNumber": “string”,
"transactionType": “string”,
"amount": 0.0,
"narration": “string”,
"transactionDate": "0001-01-01T00:00:00",
"counterPartyAccountNumber": “string”,
"counterPartyAccountName": “string”
}
]
Last updated