Skip to content

Commit

Permalink
Merge pull request #76 from manishkatyan/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
arun-hel authored Feb 9, 2023
2 parents 9b67fde + 4c75f0f commit e6ca297
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-stripe",
"version": "3.2.0",
"version": "3.2.1",
"description": "Online payments and subscriptions made simple, secure and fast. This free plugin enables you to accept online payments and create subscriptions using Credit Card, Apple pay, Google pay, SEPA Direct Debit, ACH Direct Debit on your Strapi app via Stripe.",
"strapi": {
"name": "strapi-stripe",
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 e6ca297

Please sign in to comment.