Methods for initiating TBC online mortgage leads from merchant web page.
Product Overview
Methods for initiating TBC online mortgage leads from merchant web page.
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 Mortgage Lead:
POST /online-mortgages/leads
For initiating online mortgage lead.
Authorizing Requests:
- Requests should contain Bearer token in Authorization Header. Token should be obtained by Oauth Client Credential flow. Details regarding getting access token are described in the following chapter.
Testing services:
- Postman collection with test services can be downloaded from the following link: Mortgage Loans Postman Collection
Error Response
In case of error, the standard response in problem JSON will be returned.
Details can be found at Error Code Description.