These docs are for v0.0.1. Click to read the latest docs for v1.0.0.

This is our general API for our banking services. It contains endpoints for creating and maintaining customer accounts, creating and maintaining individual user credentials, getting transaction history, performing transfers, and configuring notification settings.

We use the OAuth2 framework to implement access control and authorization.

Our API terminology represents two important concepts to understand: members and individuals. A member is a business account in the system, while an individual is a human's account, that may have different levels of access to various member accounts. For instance, the company account for ABC Inc would be a member, while the CFO would be an individual with full administrator privileges for the account, while their accountant may only have limited, view-only access to the member account.