This method is only used if utilizing manual KYC/AML review (requestKycAml). Calling this endpoint will update the KYC or AML status to "New Info Added" to notify our review team that the requested documents have been uploaded to the party.
Request Parameters
Parameter
Required
Type
Description
clientID
yes
string
TransactAPI Client ID
developerAPIKey
yes
string
TransactAPI Developer Key
partyId
yes
string
Party ID or Entity ID that is generated by the API when an individual party or entity party is created (createParty / createEntity)
type
yes
conditional
Is this for a KYC or AML?
status
yes
conditional
The status must be "New Info Added"
Sample Request
curl -k -X POST https://tapi.norcapsecurities.com/updateKycAmlStatus
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d partyId=someclientid
-d type=KYC
-d status=New Info Added