Endpoint Addresses:
All endpoints are structured according to the following pattern:
{base-url}/{api-version}/{product}/{sub-product}
Base URL
- Production service Base URL: https://api.tbcbank.ge
API Version
current version: v1
Product endpoints
- Get Access Token:
/tpay/access-token
Gets access-token for accessing TBC Checkout resources. TBC Checkout merchant parameters - client_id and client_secret values should be passed as a form parameters in body. - Create Payment:
/tpay/qr/
Request initiates TBC Checkout web payment. - Get Payment Details:
/tpay/qr/{payId}
Request returns payment status and details for given payId.