Skip to content

Commit

Permalink
updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nishekh-e-r committed Feb 9, 2023
1 parent a7e0d5e commit 4c75f0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ That's all you need to do to turn your Strapi website or application into an e-c

1. Accept payments via Credit and Debit Cards, SEPA Direct Debit, ACH Direct Debit, AliPay, Apple pay and Google pay.
2. Request one-time payments or create subscriotions on your Strapi application.
3. Quick installation and setup. Run in test mode for debugging.
3. Quick installation and setup. Run in test mode for debugging.
4. Automatically creates payment buttons for you to embed anywhere on your site.
5. Add multiple “Buy Now” payment buttons on a page.
6. View transaction details for all your products from your Strapi admin dashboard.
Expand Down Expand Up @@ -193,6 +193,20 @@ To test this Functionality visit this [Link](https://webhook.site/)
2. Whenever successfull stripe payment happens webhook URL recieve stripe data.
<br/><br/>

## Subscription Payment Status

The stripe Payments plugins also provides ability to check the status of subscription using customer Email.
<br/>
You can easily embed the subscription status on your website, using plugin Api-End point.
<br/><br/>
<img style="width: 100%; height: auto;" src="/static/strapi-stripe-embed.png" alt="strapi-stripe-embed" />

<br/>

> You can get user email from payment report.
<br/><br/>

<br/>

## 📝 License
Expand Down
Binary file added static/strapi-stripe-embed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c75f0f

Please sign in to comment.