VAS is a library that enables a third-party application running on a POS terminal to call ArkePay in order to perform a transaction. The third-party application initiates the transaction, control is transferred to ArkePay application, the user performs the transaction (presenting the card, entering PIN where appropriate etc.) and finally the transaction is finalized (Approved or rejected). The transaction result is returned to the calling application and control is transferred back there.
For managed Expo projects, please follow the installation instructions below.
For bare React Native projects, you must ensure that you have installed and configured the expo
package before continuing.
npm install expo-vas-lib
Contributions are very welcome! Please refer to guidelines described in the contributing guide.