https://github.com/mluby/payments
Different payment solutions
https://github.com/mluby/payments
payments proof-of-concept spike
Last synced: about 2 months ago
JSON representation
Different payment solutions
- Host: GitHub
- URL: https://github.com/mluby/payments
- Owner: mLuby
- Created: 2014-12-17T05:01:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T04:36:50.000Z (over 10 years ago)
- Last Synced: 2024-12-28T04:28:04.790Z (10 months ago)
- Topics: payments, proof-of-concept, spike
- Language: JavaScript
- Size: 344 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Payments as a Service
##Payments Scenarios:
- save credit card to account
- associate purchase w account
- associate additional info with purchase?
-- Credit Cards
- Stripe:
- [ ] collect payment
- [ ] create account for a merchant
- [ ] collect payments for a merchant
- [ ] disburse customer's payments to merchant's account
- BrainTree
- [ ] collect payment
- [ ] create account for a merchant
- [ ] collect payments for a merchant
- [ ] disburse customer's payments to merchant's account
- xCustom
- xPayPal
- xVenmo
- Proprietary
- PayPal
- [ ] collect payment
- [ ] create account for a merchant
- [ ] collect payments for a merchant
- [ ] disburse customer's payments to merchant's account
- Venmo
- [ ] collect payment
- [ ] create account for a merchant
- [ ] collect payments for a merchant
- [ ] disburse customer's payments to merchant's account
- Crypto
- CoinBase
- [ ] collect payment
- [ ] create account for a merchant
- [ ] collect payments for a merchant
- [ ] disburse customer's payments to merchant's account
- Stellar/Ripple
- [ ] collect payment
- [ ] create account for a merchant
- [ ] collect payments for a merchant
- [ ] disburse customer's payments to merchant's account