What is the advantage of OpenAPI?
OpenAPI allows banks and financial services to use their
resources securely. Thanks to openness to the outside world, OpenAPI helps to find the best and most
effective solutions.
-
Improved Security
-
Customer own their data
-
Easy integration
-
Accountability
Data protection
Before providing access to customer data, we require his/her
approval. All data is protected and authorization is required to access it through ePayService
OpenAPI. To authenticate users, we use security standards such as the OAuth2 protocol and OpenID
Connect system.
Explore the new technology of OpenAPI
Join as a developer and create new solutions.
Account History
{
"id" : 3,
"account_id" : 2,
"type_act" : "out",
"description" : "To Ivan Ivanov (card: 4242**4242)",
"comment" : "Loan return",
"status" : "paid",
"amount" : "100.55",
"tax" : "0.5",
"currency" : "EUR",
"created_at" : "2019-03-28 14:40:51 +0300",
"transaction_type" : "Cash Remittance",
"available_balance" : "900.45"
}
Internal Transfer (P2P)
{
"id" : 3,
"account_id" : 2,
"type_act" : "out",
"description" : "To Ivan Ivanov (card: 4242**4242)",
"comment" : "Loan return",
"status" : "paid",
"amount" : "100.55",
"tax" : "0.5",
"currency" : "EUR",
"created_at" : "2019-03-28 14:40:51 +0300",
"transaction_type" : "Cash Remittance",
"available_balance" : "900.45"
}
Bonus
Testing ePayService OpenAPI, volunteers developed a demo
mobile TPP application for iOS and Android platforms.This app is available as Open Source on
GitHub (github.com) and run under Account Information Service (AIS) and Payment Initiation
Services (PIS) scripts.
The demo application is made with a cross-platform
development framework – Flutter.