Get Fraud AuthToken
A merchant can perform following Fraud Customer registration operations using our REST API.
Merchant will get unique AuthToken. Using that AuthToken, merchant is able to perform registration operations .
Get the Fraud Verification AuthToken?
The POST request will be send over HTTPS to the /fraudServices/REST/v1/authToken
endpoint.
In our API Specifications you can find a full list of parameters that can be sent in the initial request.
Sample Request
Language:
curl https://tp.sepa-cyber.com/fraudServices/REST/v1/authToken \ -d "authentication.partnerId=271" \ -d "authentication.sKey=ZXFSWhljfbljPdgfPUCJjQz76IDWf2AD" \ -d "partner.username=docspartner"
Sample Response
Language:
{ "partnerId": "195", "memberId": "11344", "result": { "code": "200", "description": "Token generated successfully" }, "timestamp": "2018-06-23 12:47:43", "LoginName": "testdoc", "AuthToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjb25tZXJjaGFudDEiLCJyb2xlIjoibWVyY2hhbnQiLCJpc3MiOiJQWiIsImV4cCI6MTUwMTE0NjY0MX0.TFmGGKDUgkktmZQvrUTeox1buH1J6lgBVE3Mcy8OVjA" }