Skip to main content

Retrieve Results of the Person's Information

/aivpersonidtfy

Method : GET
URL : https://xxx.finexusgroup.com/AIV/rest/v1/aivpersonidtfy

info

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

  • For a synchronous interaction mode ( mode is “SYNC” ), this method can be used to get the result of the prior submitted POST request, if the request had 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 result of the earlier submitted POST request after waiting a specific interval.

Request Parameters

Field NameRequiredTypeLengthDescriptionExample
sourceYesString16Source."FNXCRDS"
partnerIdYesString128Partner ID."BSSS"
productTypeOptionalString128Product type."appTest"
referenceYesString64Reference."ID00000213132"
apiKeyConditionalString64Api key."1233214HSC"
apiVersionYesString8Api version."1.6"
referenceIdYesString64Reference ID."272391d1cc5840b2abfb7340a317e353f9eswc4nyQ0CEqw"
languageOptionalString2Language."en","ms"

Example Message

/aivpersonidtfy GET Request
curl -X GET "https://xxx.finexusgroup.com/AIV/rest/clientauth/aivpersonidtfy?source=FNXCRDS&partnerId=BSSS&productType=appTest&reference=ID00000213132&apiVersion=1.6&referenceId=272391d1cc5840b2abfb7340a317e353f9eswc4nyQ0CEqw&apiKey=1233214HSC" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \