API Overview
Endpoint Addresses
Production service url: https://api.tbcbank.ge
Base Path:
/v1/tpay/
Sample requests:
Postman collection and preconfigured environment can be downloaded from the following link: TBC QR API Services Collection
Authorizing Requests
Apikey
All requests should contain apikey parameter with corresponding developer app key value passed in the request Header. apikey parameter is used to verify registered developer app and grant general access to Open API platform. To get your API key, [follow instructions] (doc:create-developer-account)
Access Token
In order to execute TBC QR Services, you must be registered as a TBC QR Merchant.
After merchant activation, detailed instructions will be sent to the registered company email.
After TBC E-Commerce merchant account is validated and activated by back office users in TBC E-Commerce system, you can get your merchant client_id and client_secret parameters from the TBC E-Commerce Merchant Dashboard.
Access token is needed for executing TBC E-Commerce payment methods. Token can be obtained by executing /tpay/access-token request, with corresponding client_id and client_secret parameters, as described below. Received token value should then be passed in an Authorization Header for other methods. Token is valid within 1 day.
Updated about 3 years ago