Skip to end of banner
Go to start of banner

Network Configurations

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 58 Next »

Overview

Here we need to mention that the whole solution consists of your app, Gini Bank SDK, and Gini Pay API. Your banking app uses Gini Bank SDK, while Gini Bank SDK uses Gini Pay API. It is within Gini Pay API where data extraction takes place. The method of connecting to 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.


Default Networking

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


Custom Networking

If you require specific communication with Gini Pay API, use Custom Networking 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.


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 Feedback.

  • No labels