Skip to main content

Download CTOS Report

/download-ctos

Method : GET
URL : https://xxx.finexusgroup.com/acdd/rest/v1/download-ctos

info

This method will download a Person or an Organisation’s CTOS Report used in an earlier /checkpersoncdd POST or /checkorgcdd POST request.

Request Parameters

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

Example Message

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