0

From the docs it seems like, accountStatus should indicate if an account is closed or active. But we are always getting accountStatus as unKnown for all our users and accounts. So, I would like to confirm what is the better way to identify a closed account.

URL: /users/{userId}/accounts

  • Do you have examples of the `x-request-id` from the response headers? It's difficult to narrow down what might be happening without more info. – Jaime Lopez Jr. Nov 07 '22 at 17:14
  • "x-request-id"=>"242f3bc57920900b72ed4a9f2e04b69a" – Tejaswini K Nov 14 '22 at 18:16
  • @JaimeLopezJr. For the x-request-id I provided above, accountStatus is unknown, but there is an attribute "active." Do you think I should be able to use that flag to identify a closed account? I did not see anything about active attribute in the docs. – Tejaswini K Nov 15 '22 at 17:19
  • You wouldn't want to use the `active` attribute since that is 1) deprecated and 2) meant to be used for determining if an account is hidden or not from view in the Banno apps. Neither of those are really going to answer the question you're actually seeking. – Jaime Lopez Jr. Nov 17 '22 at 02:02
  • Thanks for confirming that. Can you please look at the above x-request-id and let me know why we are seeing `accountStatus` as unknown? – Tejaswini K Nov 17 '22 at 16:28
  • Nothing is jumping out from the logs for that `x-request-id`. Just to confirm: the "unknown" value for the `accountStatus` is returned in the response for _ALL_ accounts for _ALL_ users? – Jaime Lopez Jr. Nov 18 '22 at 20:14
  • The purpose for that confirmation question is to see if the behavior can be narrowed down to specific `accountId`s or specific `userId`s. – Jaime Lopez Jr. Nov 18 '22 at 20:14
  • I don't think it is specific to the userId or an accountId. I see the same thing on all the accounts for all the users. – Tejaswini K Nov 21 '22 at 16:25
  • It seems as though the `accountStatus` always has the value of "Unknown" for credit unions. Engineering is going to update the docs to reflect this information. – Jaime Lopez Jr. Nov 22 '22 at 23:27
  • So, is there any other attribute that could be used to identify closed accounts then? – Tejaswini K Nov 23 '22 at 18:46
  • Not from Banno's APIs (for credit unions, in particular). You may have to get closer to the Symitar core for that info, e.g. via SymXchange: https://jackhenry.dev/symxchange-api-docs/symxchange-api/symxchange-interface/ – Jaime Lopez Jr. Dec 02 '22 at 01:02

0 Answers0