Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxgfr/expo-mangopay

React Native (Expo) application using Mangopay API
https://github.com/maxgfr/expo-mangopay

code-samples expo mangopay mangopay-api mobile react-native

Last synced: 7 days ago
JSON representation

React Native (Expo) application using Mangopay API

Awesome Lists containing this project

README

        

# expo-mangopay

It is a react-native / expo application which uses `Mangopay API`.

You can :
- Create a customer
- Create a wallet
- Add a bank account
- Add a card
- Create a direct pay-in
- Make a refund
- Realize a transfer between two users
- Make a transfer refund
- Add document for KYC validation
- Make a payout

## To run server

```
npm install -g nodemon
cd back-end
mv .env.example .env # and set your own credentials
npm install
npm start
```
## To run react-native application

```
npm install -g expo-cli
cd front-end
npm install
expo start
```

## Screenshot