Skip to content

volodymyrsmirnov/Privatbank.Business

Repository files navigation

Privatbank API AutoClient

Privatbank.Business

This library allows you to quickly and easily use the Privatbank AutoClient API for obtaining balance sheets, transactions and creating outgoing payments for the corporate users (legal entities and entrepreneurs).

For now, this library does not have a functionality to querying exchange rates, working with digital documents and e-statements. Feel free to send PRs or raise an issue if you need them.

Installation

Prerequisites

  • .NET Framework 4.6.1+
  • .NET Core 3.0+
  • .NET Standard 2.0+
  • Privatbank AutoClient API client id and token.

Obtaining an API id and token

For working with API, you need an account in https://otp24.privatbank.ua/v2/

Check official documentation from Privatbank (Ukrainian) for instructions on how to enable AutoClient and generate client id and token.

Install Package

dotnet add package Privatbank.Business

Dependencies

Please see the .csproj file.

Documentation

Please see documentation string in PrivatBankAutoClient.cs, Privatbank.Business.Data.Models and Privatbank.Business.Exceptions namespaces.

You can also check tests for basic usage examples.