Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Client ID |
accountId | yes | string | Account ID that is generated by the API once an account is created (createAccount). |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/linkCCDetails -d clientID=someclientid -d developerAPIKey=somedeveloperkey -d accountId=A77654
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
accountDetails | string | E-Protect link to generate registration ID |
{ "statusCode": "101", "statusDesc": "Ok", "accountDetails": "https://api-sandboxdash.norcapsecurities.com/apiscript/linkCCDetails.php?params=UFl0Um0yamlhckZnQjFyY1VYZ3Fud1lCRXhkMmlZNWkzaVB6UlRwYWhrRk5qdU9SZSlkweldZeUlzYkFveWJqbDkvM2xZZEZRdUxvaDFNOUxR==" }