WooCommerce Stripe Gateway Asynchronous Payments to Payment Complete
Wordpress Plugin that executes "payment complete" if SEPA direct debit is used for subscriptions and the payment is still pending, but you want to regard it as complete.
by Kai Mindermann · github.com/kmindi/wc-stripe-asynchronous-payments-pending-to-payment-complete · website
★ 11stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kmindi/wc-stripe-asynchronous-payments-pending-to-payment-complete/archive/refs/heads/master.zipDeclares an update source (kmindi/wc-stripe-asynchronous-payments-pending-to-payment-complete), so updates arrive through the plugin's own updater.
From the readme
Pending Subscription Payments to Payment Complete for WooCommerce Stripe Payment Gateway
Wordpress Plugin that executes "payment complete" if SEPA direct debit is used for a subscription and the payment is still pending, but you want to regard it as complete.
Use this extension if you trust that the customer has provided correct payment information and that the payment usually succeeds. If it does not you should handle it manually and maybe charge the customer additional fees.
Installation
The most convenient way is to use GitHub Updater:
1. Install GitHub Updater
2. Go to Settings-GitHub Updater-Install Plugin and point it to kmindi/wc-stripe-asynchronous-payments-pending-to-payment-complete
Problem description
The Stripe payment system handles various different payment methods. These methods can either be synchronous (like credit card payments) or asynchronous (like SEPA direct debit). If an asynchronous payment method is used for a WooCommerce order, a charge is created and the order is set to "on-hold" until the charge succeeds. For SEPA direct debit this can take 5-14 days!
Now imagine you sell virtual products like memberships that require purchasing a subscription pr
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.3.0 | Oct 12, 2024 |
| v0.2.1 | Oct 4, 2024 |
| v0.2.0 | Oct 3, 2024 |
| v0.1.2 | May 12, 2018 |
| v0.1.1 | May 12, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.