Request SMS OTP Transaction Signing

Request to send a SMS OTP transaction signing to the corresponding user.

Below is the URL to access the API functions:

POST /v2/CentagateWS/webresources/req/requestSmsTransOtp

Parameters

NoParametersOccurrenceDescriptions
1UsernameRequiredRegistered Username in CENTAGATE Cloud
2DetailsRequiredUser’s transaction details
3TransactionIdRequiredUser's Transaction ID
4AuthTokenOptionalThe previous generated AuthToken
5IntegrationKeyRequiredIntegration Key Of The App That The User Wants To Authenticate
6UnixTimestampRequiredCurrent Time In Unixtimestamp
7SupportFidoOptionalFIDO Authentication Option, Pass True To Enable And False To Disable. Or Leave It Empty.
8IpAddressOptionalIP Address From Where The Authentication Request Is Originated.
9UserAgentOptionalPlatform Information Of Authentication Request Is Made Of.
10BrowserFpOptionalBrowser Fingerprint
11HMACRequiredHmac Generated From Combination (username + details + transactionId + 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: