Merge pull request #52 from jacobburrell/patch-1

Update README.md
This commit is contained in:
Andrew Camilleri
2024-09-20 15:26:39 +02:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ This plugin allows you to create subscriptions in BTCPay Server.
Essentially you create an subscriptions app from the side navigation on your store, you configure a price, duration and description, and it will create a public page where your customers can subscribe to your service. Essentially you create an subscriptions app from the side navigation on your store, you configure a price, duration and description, and it will create a public page where your customers can subscribe to your service.
When they click on the subscribe button, a payment request is created. if Settled, a new subscription is created, and a button on the payment request page will appear leading them to their subscription page. When they click on the subscribe button, a payment request is created. If Settled, a new subscription is created, and a button on the payment request page will appear leading them to their subscription page.
You can configure the subscription to set a form to be filled by the customer on the first payment request created. It is recommended to set this and collect an email under the `buyerEmail` field, as this You can configure the subscription to set a form to be filled by the customer on the first payment request created. It is recommended to set this and collect an email under the `buyerEmail` field, as this
plugin provides new webhooks for subscription status changes and subscription renewal notices. plugin provides new webhooks for subscription status changes and subscription renewal notices.
@@ -13,7 +13,7 @@ Additionally there is one new Greenfield API endpoint: GET https://btcpay.host/a
If the subscription is about to expire (within 3 days), a payment request is created to extend the period of the subscription. This payment request expires when the subscription expires. if this happens, the subscription is marked as inactive If the subscription is about to expire (within 3 days), a payment request is created to extend the period of the subscription. This payment request expires when the subscription expires. if this happens, the subscription is marked as inactive
quick demo Quick demo:
https://streamable.com/y9gimo https://streamable.com/y9gimo
## Email rules: ## Email rules: