requestCustodialAgreement

This method is used to send the North Capital Private Securities custodial account agreement to the primary party that is linked to the Account ID that is requesting the custodial account.

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
offeringIdyesstringTransactAPI Offering ID that is generated by the API once an offering is created (createOffering)
accountIdyesstringAccount ID that is generated by the API once an account is created (createAccount)

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/requestCustodialAccount
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
-d offeringId=someofferingid
-d accountId=A12345

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
orderDetailsstringorderDetails of the matched requestCustodialAgreement

Sample Response

{
    "statusCode": "101",
    "statusDesc": "Ok",
    "orderDetails": {
        "Account ID": "A2624258",
        "Request ID": "8"
    }
}

Test it Yourself!

Language
Click Try It! to start a request and see the response here!