Skip to main content

Entitlements

Entitlement APIs provide Business Banking applications with secure access to business- and user-level entitlements, transaction limits, account permissions, and ACH SEC codes across supported banking features.

End-user benefits

  • Business entitlements management.
  • User entitlements management.

Integration capabilities

  • Retrieve comprehensive entitlements and limits for a business (businessId, optional institutionCustomerId, optional featureName).
  • Retrieve granular entitlements for an individual business banking user (user entitlements endpoint; requires parameters such as institutionId).

Scopes

ScopeDescription
business-profile:readRead business details
institution-users:readRead user details

Required headers

HeaderDescription
AuthorizationBearer token (V2 authentication)
transactionIdUnique identifier for request tracking

Error codes (BBE_*)

CodeMessageHTTP Status Code
BBE-41107Error in retrieving institution user500
BBE-41108Invalid JWT401
BBE-41109Invalid roles or entitlements403
BBE-41110Required request parameter not present (e.g. businessId, or institutionId on user entitlements)400
BBE-41111Unexpected server error500

Endpoints