Verify OTP
Verify OTP
The Verify OTP API is used to check and grant access to sensitive information, this will only be granted if the user provides a valid one time password token.
Input Parameters:
Name
Required
Definition
Comments
Token
Y
Format: Number, 6 Description: Six digits value (should be unique for a period of N minutes (where N is a system parameter)
Output Parameters:
Name
Definition
Failure Case
Success Case
Comments
RequestedResult
Format: String, 50 Description: Closed list of values, the following values are allowed CardNumber, ProcessorAccountNumber
Not returned
Returned
RequestedValue
Format: String, 50 Description: Value content depends on the RequestedResult value that was used with this Values can be of type (currently): CardNumber or ProcessorAccountNumber
Not returned
Returned
XML Samples
Input XML
Last updated