Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
accountId | 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/getAchPendingId -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d accountId=A85742
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
investorExternalAccountDetails | string | Returns the tristate trade details with pending status as an array |
{ "statusCode": "101", "statusDesc": "Ok", "investorExternalAccountDetails": [{ "accountId": "A49501", "tradeId": "623303227", "offeringId": "44238", "Bankname": "Testing", "totalAmount": "5.000000", "Accountnumber": "MTIzNDU2Nzg5MDAwMA==", "Routingnumber": "MTIzNDU2Nzg5", "Accountfullname": "Testing", "transactionstatus": "Pending", "routingNumberStatus": "Invalid", "fundStatus": "Pending", "createdDate": "2018-07-06 11:35:45" }] }