API Overview
API Overview
Methods for integrating [LOGIN WITH TBC] service into your platform.
API აგებულია openid connect სპეციპიკაციების მიხედვით
Endpoint Addresses:
Base URL
- Production service Base URL: https://api.tbcbank.ge
- Sandbox Base URL: https://test-api.tbcbank.ge
Product endpoints
-
Get Configuration: /.well-known/openid-configuration
-
Redirect user to authenticate : /psd2/openbanking/oauth/authorize
-
or initiate CIBA request for backchannel authentication /psd2/openbanking/oauth/bc-authorization
-
in case of CIBA flow, get Json Web Key Set for id_token signature verification /.well-known/keys
-
Generate or refresh access token: /openbanking/oauth/token
-
Get user info: /userinfo
Authorizing Requests:
mtls certificate
- All requests should contain mtls certificate generated for your company, except authorization_endpoint.
access token
- is mandatory for getting user information
Updated over 1 year ago