Verify OTP Signing

OTP Signing Verification is the function that verify OTP that generated by the transaction.

Below is the URL to access the API functions:

POST /v2/CentagateWS/webresources/trans/authorise/{username}

Parameters

ParametersOccurenceDescriptions
usernameRequiredRegistered Username in CENTAGATE Cloud
challengeRequiredThe challenge
otpRequiredThe OTP generated based on the challenge
detailsRequiredThe transaction details
ipAddressOptionalIP Address From Where The Authentication Request Is Originated.
userAgentOptionalPlatform Information Of Authentication Request is made of.
browserFpOptionalBrowser Fingerprint

Sample Code

As in below there are some examples of source code of access the API functions: