Hello Dear User,
This is a ReadMe for the Zaakpay JSP kit.
Zaakpay API is made up of 3 different APIs, which are described below.

TRANSACT API : This is the primary API used to perform a transaction.
It makes use of the following files.
test_merchant_input.html : This is the HTML file which takes input from user & posts data.
posttozaakpay.jsp : This is the file which accepts input, sanitizes it & posts it to the TRANSACT API.
response.jsp : The TRANSACT API completes the transaction & redirects user to this file.

STATUS CHECK API : Merchants can use this API to check the status of a prior transaction.
It makes use of the following files.
test_status_check_input.html : This is the HTML file which takes input from user & posts data.
poststatuschecktozaakpay.jsp : This is the file which accepts input, sanitizes it & posts it to the STATUS CHECK API.
Note : We provide a checksum in the response xml. Please use it to verify the validity of the response.

STATUS UPDATE API : Merchants can use this API to update the status of a prior transaction.
It makes use of the following files.
test_mtx_update_input.html : This is the HTML file which takes input from user & posts data.
postmtxupdatetozaakpay.jsp : This is the file which accepts input, sanitizes it & posts it to the STATUS UPDATE API.
Note : We provide a checksum in the response xml. Please use it to verify the validity of the response.