Terminate Transaction
Users should be given an option to cancel transactions or to change the bank they selected while on the login page.
Even though it might not seem completely necessary to instruct Ozow to terminate the transaction, it does help track customer behaviour as well as enable Ozow to make sure user banking sessions are not kept open any longer than necessary.
Cancel Transaction
Should be called when the user confirms that they would like to cancel the transaction or request.
Url | secure/transaction/cancel/:transactionId | ||||||
---|---|---|---|---|---|---|---|
Method | GET | ||||||
Headers | See common headers. No data is posted or returned so the Content-Type and Accept headers can be excluded. | ||||||
URL Params |
|
||||||
Data Params | N/A | ||||||
Response Object | N/A | ||||||
Request Example |
|
Void Transaction
Should be called when the user chooses to change the bank selected and hasn't logged in.
Url | secure/transaction/void/:transactionId | ||||||
Method | GET | ||||||
Headers | See common headers. No data is posted or returned so the Content-Type and Accept headers can be excluded. | ||||||
URL Params |
|
||||||
Data Params | N/A | ||||||
Response Object | N/A | ||||||
Request Example |
|
Updated about 1 month ago