Parameter | Required | Type | Description |
---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
accountId | yes | string | Account ID that is generated by the API once an account is created (createAccount) |
curl -k -X POST https://tapi-sandboxdash.norcapsecurities.com/getCustodialDocuments
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d accountId=accountId
Parameter | Type | Description |
---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
accountDetails | string | |
{
"statusCode": "101",
"statusDesc": "Ok",
"accountDetails": [{
"Document Type": "PDF",
"Month": "4",
"Year": "2023",
"StatementURL": "url"
}]
}