Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxgfr/expo-mangopay
- Owner: maxgfr
- Created: 2020-02-24T16:54:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:38.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:46.757Z (7 months ago)
- Topics: code-samples, expo, mangopay, mangopay-api, mobile, react-native
- Language: JavaScript
- Homepage:
- Size: 642 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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