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 |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getExternalAccount
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
-d type=Individual
-d accountId/issuerId=Account or Issuer ID
Parameter | Type | Description |
---|
statusCode | string | API Status Code |
accountId | string | Account ID generated by the API |
statusDesc | string | API Status Description |
{
"statusCode":"101",
"accountId":"A1543842",
"statusDesc":{
"AccountName":"Test Account Name",
"AccountNickName":
"Plaid Saving - America First Credit Union",
"AccountRoutingNumber":"021531323",
"AccountNumber":"1111222233331111",
"accountType":"Savings",
"updatedDate":"0000-00-00 00:00:00",
"createdDate":"2022-10-26 23:10:39"}}