post https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteExternalAccount
This method is used to delete a particular external bank account (createExternalAccount) that was created for an account (createAccount). The Account ID must be specified as a request parameter to delete the external account.
Request Parameters
Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI 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. |
Sample Request
Response Parameters
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 |
Sample Response