Process flows
Sequence of calls
App calls
/transact
with auth set to nullProvider responds with
WaitingForOTP
App calls
/transact/validate
to supply OTPProvider responds with any of the completion codes
Successful
orFailed
.To query the status of a transaction, the app can call
/transact/query
Special notes
This should be seen as a standard lookup service. All providers are required to execute settlement per agreed contracts to the account designated by the client bank.
0 Comments