Skip to main content

Retrieve a Person's Results

/checkpersoncdd

Method : GET
URL : https://xxx.finexusgroup.com/acdd/rest/v1/checkpersoncdd

info

This method will retrieve the CDD result for a specific /checkpersoncdd POST request submitted previously.

  • For a synchronous interaction mode ( mode is “SYNC” ), this method can be used to get the CDD result of the earlier submitted POST request if the request has been terminated prematurely before the return of a response;
  • For an asynchronous interaction mode ( mode is “ASYNC” ), this method can be used to get the CDD result of the earlier submitted POST request after waiting for specific interval.

Request Parameters

Field NameRequiredTypeLengthDescriptionExample
sourceYesString16Source."FNXCRDS"
partnerIdYesString128Partner ID."BSSS"
productTypeYesString128Product type."loanapplication"
referenceYesString64Unique reference number."2003160192931"
referenceIdYesString64Reference ID."2003160192931"
apiVersionYesString8API version."1.2"
languageOptionalString2Language."en","ms"
apiKeyOptionalString64API key."123KEJRU001"

Example Message

/checkpersoncdd GET Request
curl -X GET "https://xxx.finexusgroup.com/ACDD/rest/v1/checkpersoncdd?source=FNXCRDS&partnerId=BSSS&productType=loanapplication&reference=2003160192931&apiVersion=1.3&referenceId=2003160192931&language=en&apiKey=123-KEJRU-001" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \