From 89beb4fff8c266bd9329ac3728d9601bee874025 Mon Sep 17 00:00:00 2001 From: britttttk <39231115+britttttk@users.noreply.github.com> Date: Fri, 29 Mar 2019 00:32:10 -0600 Subject: [PATCH] Add Payment Requests to use cases doc --- UseCase.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UseCase.md b/UseCase.md index 5f42544d..450cc2c6 100644 --- a/UseCase.md +++ b/UseCase.md @@ -34,6 +34,12 @@ BTCPay checkout is no different to any other payment gateway. Your customer gets For brick and mortar stores, BTCPay has a [web-based Point of Sale](https://mainnet.demo.btcpayserver.org/apps/87kj5yKay8mB4UUZcJhZH5TqDKMD3CznjwLjiu1oYZXe/pos) (POS) App which can be customized. Similarly to the online store, your customer is presented with an invoice that he can pay on the spot. You can create a watch-only wallet on your phone to be notified of the payments through the POS, without the need of any additional software. There are plans to develop the POS mobile app which would make the process even smoother. +### Freelancers & Bill Pay + +Send anyone a request for payment by sharing a [Payment Request](PaymentRequests.md) Url. Customize the content and appearance of the payment request. With or without expiry, users can pay the request at any time. BTCPay automatically updates the BTC exchange rate when the user pays the payment request when it's convenient for them. + +Merchants or freelancers can use payment requests for bill pay services. Payment requests can even be used to quickly send or request money from friends. + ### Lightning Network payments No matter the kind of business you run, BTCPay offers a very easy way to get started on the Lightning Network. You can use and experiment with this innovative second-layer solution build on top of Bitcoin by [following this guide](LightningNetwork.md). Both merchants and customers can use BTCPay to receive or make payments off-chain with instant confirmations and neglectable network fees.