Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Status
colourYellowGreen
titleFOR REVIEWapproved

Approver

Denis Ardabatski Alpar Szotyori (Unlicensed) Nadzeya Karaban

Table of Contents
minLevel1
maxLevel2
absoluteUrltrue
exclude3
printablefalse

Overview

Here we need to mention that the The whole solution consists of your app, Gini Bank SDK, and the Gini Pay API. Your banking app uses Gini Bank SDK, while Gini Bank SDK uses the Gini Pay API. It is within the Gini Pay API where data extraction takes place. The method of connecting to the Gini Pay API depends on the type of network configuration that you choose. On this page, you can get familiar with possible data flow while using different network configurations. These are Default Networking, Custom Networking, and combining Custom Networking with your own API.

...

Drawio
mVer2
zoom1
simple0
inComment0
pageId1376257
custContentId6292429
lbox1
diagramDisplayNameUntitled Diagram-1675769545101.drawio
contentVer9
revision9
baseUrlhttps://gini.atlassian.net/wiki
diagramNamedefault networking-1675769545101.drawio
pCenter0
width882.5
links
tbstyle
height816

As mentioned previously, one of the possible options is Default Networking. If you choose this configuration type, we’ll Default Networking, we provide you with a helper method connecting you to the Gini Pay API. We recommend using this option.

...

If you require specific communication with the Gini Pay API, you can use Custom Networking approach and make a connection yourself with the help of Gini Bank API Library.

Custom Networking with user center API

...

Additionally, you can implement the communication with your own API.

...

Certificate pinning

Certificate pinning is a security measure that helps protect your users from potential risks, like attacks or fake websites. Normally, when your app communicates with a server, it checks the server's digital certificate to verify its identity. But sometimes, attackers can create fake certificates that pretend to be from the real server. You might’ve noticed, the last action of the user flow involves cleaning up and sending feedback. To read more about this step, open the next section Cleanup and FeedbackThis is where certificate pinning comes in handy.

With pinning, your app saves the real certificate's details the first time it connects to the server. So later when your app communicates with the server again, it checks if the pinned certificate matches the one from the server. If they match, it means the connection is secure, and your app can proceed with confidence.