Point of Sale having PHP implementation of Coinpayments API
We have developed a basic Point of Sale (POS)system by uisng CoinPayments API on PHP environemnt.
It is a basic POS made for learning purpopse.
- You can generate an invoice.
- You can set any number of CryptoCurrencies for payment purposes.
- You are not bound to use specific CryptoCurrency, you can use BTC, ETH, LTCT, LCT etc to receive payment according to customer's choise.
- At POS total bill will be shown in Fiat currency of your own choise.
- You can transfer funds by using Coinpayments application on your smart phone that has wallet for each CryptoCurrency.
- You can get Email when you receive payment from customer.
- Customer can get an email on successful transfer of funds.
You need to have IDE like Notepad++ or Sublime and some local server to run this project. You need to have coinpayments login email & password. You must have merchantID and SecretKey which you will set on https://www.coinpayments.net/Account/Account%20Setting. You can test application by using LTCT coin which will be allocated to you for testing pruposes and LTCT has its own wallet.
- PHP core
- Coinpayment