getExternalAccount

Log in to see full request history

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
typesyesstringAccount
accountIdyesstringAccount Id that is generated by the API when an Account is created (createAccount)

Sample Request

curl --request POST \ --url https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getExternalAccount \ --header 'content-type: application/json' \ --data ' { "clientID": "someClientID", "developerAPIKey": "someDeveloperAPIKey", "accountId": "A12345", "types": "Account" } '

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
accountIdstringAccount ID generated by the API
statusDescstringAPI Status Description

Sample Response

{
 	"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"}}

Test it Yourself!

Body Params
string
required
string
required
string
required
string
required
Language
Click Try It! to start a request and see the response here!