Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
types | yes | string | Is this for an Account or Issuer Account? |
accountId / issuerId | yes | string | Account ID or Issuer ID that is generated by the API when an Account(createAccount) or Issuer(createIssuer) is created. |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteExternalAccount -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d types=Account -d accountId=A12345
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
accountId / IssuerId | string | Account ID / Issuer ID |
Ext_status | string | External Account Status Deleted or Not |
{ "statusCode": "101", "statusDesc": "Ok", "Account External Account Details": [true, [{ "accountId": "A44353", "Ext_status": "Deleted" }]] }