Skip to main content

Logout from ACDD

/logout

Method : POST
URL : https://xxx.finexusgroup.com/acdd/rest/v1/logout

info

This service is to allow the submission of eKYC web app to log out from the apiKey’s session.

Request Parameters

Field NameRequiredTypeLengthDescriptionExample
sourceInfoYesObjectSource information.Refer to explanation below.
interactionModeYesObjectInteraction mode.Refer to explanation below.
languageOptionalString2Language."en"

Object: sourceInfo

Field NameRequiredTypeLengthDescriptionExample
sourceYesString16Source."FNXCRDS"
partnerIDYesString128Partner ID."BSSS"
productTypeYesString128Product type."loanapplication"
referenceYesString64Reference."50074154501001"
apiVersionYesString8API Version."1.2"
apiKeyOptionalString64API Key."123KEJRU001"
userIdOptionalString32User ID."u125"
userTokenOptionalString64User Token."Cb1sci18j2UvNLsq4"

Object: interactionMode

Field NameRequiredTypeLengthDescriptionExample
modeYesString8Mode."SYNC","ASYNC"
callbackUrlOptionalString256Call back URL."www.google.com"

Example Message

/logout POST Request
{
"sourceInfo": {
"source": "mxx",
"partnerId": "BSSS",
"productType": "LoanApplication",
"reference": "refYAMLxxxxxlVxxCxxTHE34xxx0PxxKkxxxx",
"apiVersion": "1.3",
"apiKey": "xxxr9vxxxgWfxxxAi6xxxExYjxxxkD8E",
"userId": "mkchan",
"userToken": "APPxxxJxIxxx23x"
},
"interactionMode": {
"mode": "SYNC",
"callbackUrl": "string"
},
"language": "en"
}