All, this is the experimental Proof of Concept for automatic payment, confirmation, and digital product delivery. I will be uploading the script to our GitHub later, and Tim will do a demo video of setting up the script to accept payment.
https://fourpillarsofbusinesssuccess.com/DNotesPay/You can make a purchase with DNotes of the book Improve Your Odds: The Four Pillars of Business Success in PDF format. Note: You cannot currently use the DNotesVault to pay invoices.
Although this is experimental, it can be used now. This form of payment is designed for individual sellers, the hobbyists, those with limited resources, those with limited technical knowledge, content sellers, smaller transactions that do not require the protection that a formal commercial transaction may require. There will be other options for more commercial applications.
Some of the features and benefits include:
-Accepting payments doesn't require any account setup
-Accepting payments doesn't require any real programming or specialized expertise
-Digital products can be delivered automatically
-Can accept payments in amount of DNotes or USD equivalent
-Prices are pulled from CoinMarketCap API
-There is no middle man
-There are no additional transaction fees (other than blockhcain fee)
-No setup or maintenance fees
-Micro transaction capable
-Borderless, payments can be accepted to and from anywhere in the world
-Can be setup in no more than a couple minutes
-Does not require a database
-Minimal server requirements (it will work on pretty much any hosting out of the box)
-Sellers will receive their payments immediately and be able to use their funds right away
-Coders can expand, integrate, and adapt this method of payment to more secure, more robust, and more secure applications
& More
Setup includes:
Changing the following variables
$usd_notes = 0; //USD or Notes Payment config variable(0:usd , 1:notes)
$amount_price = 9.95; // Amount to pay
$tolerance = 0.1; // Payment tolerance
$download_link = "
https://fourpillarsofbusinesssuccess.com/pdfebook.pdf"; // Product url
$confirmations_num = 0; //Number of confirmations required
$short_description = "Four Pillars of Business Success PDF"; //Enter a short description of the product you are selling
Add any number of DNotes Addreses
Upload it to your web hosting. That is all.
Should do a comparison to typical merchant account setup.