Request Mobile Push CR OTP Authentication API

Call this function to push a mobile CR OTP authentication request to the mobile application via Android/IOS Push.

Below is the URL to access the API functions:

POST /v2/CentagateWS/webresources/req/requestMobilePushCR

Parameters

NoParametersOccurrenceDescriptions
1UsernameRequiredRegistered Username in CENTAGATE Cloud
2DetailsRequiredThe Transaction Details Encoded Using Base64
3AuthTokenOptionalThe previous generated AuthToken
4IntegrationKeyRequiredIntegration Key Of The App That The User Wants To Authenticate
5UnixTimestampRequiredCurrent Time In Unixtimestamp
6SupportFidoOptionalFIDO Authentication Option, Pass True To Enable And False To Disable. Or Leave It Empty.
7IpAddressOptionalIP Address From Where The Authentication Request Is Originated.
8UserAgentOptionalPlatform Information Of Authentication Request Is Made Of.
9BrowserFpOptionalBrowser Fingerprint
10HMACRequiredHMAC Generated From Combination (Username + Details + AuthToken + UserAgent + IntegrationKey + SupportFido + BrowserFp + UnixTimeStamp + IpAddress) Using Secretkey (Can Be Obtained From The App Page) As The Key

Sample Code

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