Overview
The Business API Banking (BAB) Accounts Integration API allows business clients to connect their ERP, accounting or other business software to TBC Bank account information services. With this API, clients can retrieve account transaction history and account statement summary information in JSON format.
The API is intended for machine-to-machine integration. Each request to the account services must be authorized with an OAuth 2.0 Bearer access token issued for the client application.
Data format notes:
- All request and response bodies are JSON and use UTF-8 encoding.
- Date-time values are returned in ISO 8601 compatible format, for example 2026-04-01T00:00:00+04:00.
- Fields that are not applicable for a specific transaction may be returned as null.
- Text fields may contain Georgian Unicode characters, Latin characters, digits, spaces and common punctuation marks.
All BAB Accounts Integration API endpoints require a valid Bearer token issued by this endpoint.
Obtain OAuth 2.0 access tokens using the Client Credentials flow.
