Overview
Online Installment
Product Overview
Methods for Initiating and completing Installment Loan application from the merchant site.
Add your business on tbcganvadeba.ge
API Overview
Endpoint Addresses:
All endpoints are structured according to the following pattern:
{base-url}/{api-version}/{product}/{sub-product}
Base URL
- Test service Base URL: https://test-api.tbcbank.ge
- Production service Base URL: https://api.tbcbank.ge
API Version
current version: v1
Product endpoints
- Create Application:
POST /online-installments/applications
For initiating Online Installment application. - Cancel Application:
POST /online-installments/applications/{session-id}/cancel
To cancel the application for whatever reason. - Confirm Application:
POST /online-installments/applications/{session-id}/confirm
To confirm that products requested during application process are available and loan disbursment can be completed. - Check Status:
GET /online-installments/applications/{session-id}/status
Return a status of the initiated installment loan application. - Check Status changes for merchant applications:
GET /online-installments/merchant/applications/status-changes
Returns changed statuses of installment loan applications initiated by merchant. - Confirm application status synchronization
POST /online-installments/merchant/applications/status-changes-sync
To approve synchronization of requested information.
Authorizing Requests:
- All requests to online-installment resources should contain bearer token in Authorization header. Here's instruction on how to obtain your access-token.
Testing services:
- Postman collection with test services can be downloaded from the following link: Installment Loans Postman Collection
Resource Types:
- URIs are relative to https://test-api.tbcbank.ge/v1/online-installments, unless otherwise noted.
Steps to follow for Online Installment integration:
-
Register your company as a merchant to obtain your Merchant Credentials
-
Create a developer account on the developer portal to obtain your API key and Secret
To Go LIVE we need the following information:
- Company logo
- Company mail
- Final handed method
That required information will be sent to your email after you submit the request form.
Be sure to send the requested information before Go LIVE.
Updated about 3 years ago