Reputation: 8969
we're working with the OpenID Connect and OAuth 2.0 APIs and would like to have checking account types provided via the API.
In Credit Union scenarios, we are successfully retrieving the desired information by setting the https://api.banno.com/consumer/claim/shares
restricted claim in combination with the Share records - Credit Unions
claim checkbox checked in the Banno admin portal.
In the context of Banking institutions, how can checking account type data be requested via the API?
To be clear, we’re trying to identify if a user has one checking account type vs. another. This allows us to know whether a specific user is eligible for specific benefits.
Upvotes: 0
Views: 187
Reputation: 671
In general, you'll want to use the Consumer API's GET /users/{userId}/accounts
endpoint to retrieve the accountType and accountSubType for each account.
The Accounts / Details page has listings of the accountType and accountSubType values which are available for banks as well as for credit unions (based on the financial core).
Upvotes: 1