Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

Service Documentation by the TBC Bank is here - https://developers.tbcbank.ge/docs/dbi-overview

## Installation

```bash
dotnet add package AppifySheets.TBC.IntegrationService.Client
```

## Following services are implemented:
* [Import Single Payment Orders](https://developers.tbcbank.ge/docs/import-single-payments) - Execute various types of payment transfers
* [Get Account Movements](https://developers.tbcbank.ge/docs/account-movement) - Retrieve account transaction history
Expand Down
Loading