recordAttestation

This method is used to record when a party attests to North Capital account terms and conditions.

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
accountIdyesstringAccount ID that is generated by the API once an account is created (createAccount).
attestyesstringtrue (accepted) or false (not accepted)
attestNameyesstringAttestname (recordAttestation)

Sample Request

curl -k -X POSThttps://tapi-sandboxdash.norcapsecurities.com/recordAttestation
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
-d accountId=A2624258

Response Parameters

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

Sample Response

{
    "statusCode": "101",
    "statusDesc": "Ok",
    "orderDetails": {
        "Attest": "false",
        "Created date": "2023-11-20 11:49:30",
        "Attest Name": "Test attestName false",
        "Account ID": "A2624258"
    }
}

Test it Yourself!

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