...
App of JS calls
/transact
with the right auth detailsProvider responds with
WaitingForOTP
if not overriddenApp 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
Where the provider supports it, the app can call
/transact/reverse
to request a reversal
Gliffy | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Acceptable values for auth.type
...