Woocommerce Subscriptions Signup Fee as Installments - wordpress

I need to implement Installment option for the Signup fee for Subscription products in my woo-commerce store.
I am using "Woocommerce", "Woocommerce Subscriptions", "Woocmmerce Stripe Gateway" plugins.
I have tried Woocommerce Installments plugin. But it just splits the Monthly subscription fee in to installments instead of Signup Fee.
I have even tried setting the signup fee of the item as 0 and sending invoice for installments using WP-Invoice - Web Invoice and Billing plugin. But the issues are there is no option for synchronized payment and setting duration.
I have even tried editing the plugin, but it ended up in a mess.
How can I implement this feature and achieve my goal?

Related

WooCommerce or Stripe webhook for triggering shipping?

I’m selling ditigal goods and I am wondering how to trigger the delivery once the payment has been validated on my Store.
Option 1 : Get webhook from stripe
First option would be to create stripe webhooks and proceed to sending my products once payment has gone through.
But does Stripe have the info of what products have been bought by customer, apart from amount paid?
Option 2: Get webhook from Woocommerce
Second option is that Woocommerce get the info from stripe, then create a webhook there so that I sell the right goods since Woocommerce may have all the infos.
Any ideas of what webhook to create?
But does Stripe have the info of what products have been bought by customer, apart from amount paid?
Yes, it does. The checkout.session.completed event includes the Checkout Session object, which in turn includes (NB not by default) expandable line_items list.

get Stripe customer_id after successful order in Woocommerce

We have a Stripe Gateway plugin on WooCommerce.
When order is complete I need to get customer_id from Stripe customer profile and send it to our third party api.
Is there a hook available in WooCommerce to do this task?
Whether Stripe returns back to WooCommerce with some data that I can access?

Woocommerce Amazon Pay how to set State Sales Tax

In Woocommerce I am using WooCommerce Amazon Payments Advanced Gateway plugin. Everything is working properly. But I want to add sales tax for particular state. In woocommerce Tax settings everything has been set. If user select different payment option and if their shipping state is "Connecticut" then tax is adding properly. But if user select Amazon pay option and their shipping state is "Connecticut" then Tax is not added. So can anyone please help me how can I set state tax for Amazon pay.
You can use Amazon Pay WooCommerce payment gateway for your business
Install and active this plugin for your wordpress site
Amazon Pay WooCommerce payment gateway features and benefits:
Single, Subscription and Recurring Payments
Refund with Amazon Pay option from WP Admin
Add WooCommerce Subscription Products
Revenue with automatic Recurring Payment
Customized Order status "Subscription & Recurring"
Customized "Thank you page" message
Mode of transaction Sandbox and Live
Amazon Pay Transaction ID
Seller Order Reference ID
Next payment date for Recurring Payment
LIVE Payment Status On "Thank you page"
Alert/Notice for subscription product purchase on checkout page
Thanks.

Woocommerce Subscriptions Stripe Automatic Recurring payments not working

I used woocommerce product to subscribe automatic recurring payment through stripe payment gateway in my site.I have used woocommerce,woocommerce subscription,woocommerce stripe gateway plugins for this process.
First payment for subscription is working fine,but automatic recurring payment is not working with stripe.
Here are the plugin links that i have used.
http://www.woothemes.com/products/woocommerce-subscriptions/
Can anyone provide solution for this issue?
Please do reach out to our support at WooThemes as we'd be happy to see what's happening here. Our official Subscriptions and Stripe extensions do work and have automatic recurring payments.
Here's a few things to check:
Be sure you have the latest version of WooCommerce, Stripe extension, and Subscriptions.
There may be a cron issue with your WordPress site. Try using WP Crontrol to find if there are any cron jobs that have been halted.
Find the scheduled payment that did not process and use the action scheduler to see if it was never fired. You can find this by navigating to /wp-admin/edit.php?post_type=scheduled-action. In the search box, enter {order_id}_ i.e. the ID of the order in which the subscription was purchased followed by an underscore. For example, for a subscription purchased in order 3125, the search string is 3125_.
We've also struggled with Stripe payments not automatically renewing (the initial payment goes through but not any of the renewal payments). We did try WooThemes support but they couldn't find the order as it was made by another web design company so we didn't have access to the order details. Also, you'll find the log's aren't very verbose.
The solution:
Go to: WP-ADMIN > WooCommerce > Settings > Payments > Click "Manage" next to Stripe > Click the box next to "Saved Cards". This needs to be enabled or it won't take payment.

woocommerce subscription recurring not working

I used woocommerce product to subscribe with free trial period through stripe payment gateway in my site.I have used woocommerce,woocommerce subscription,woocommerce stripe gateway plugins for this process.I checked this in localhost with test stripe account.
First payment for subscription is working fine,but recurring payment is not working with stripe even also i run schedule action option in wordpress and not able to see the error log.I created subscription plan in stripe in name of Basic. can anyone provide solution for this issue?

Resources