Validating profile... 0% complete

What is your current level of experience in freelance work?

 

 

Stripe Subscription Integration WooCommerce

Using WooCommerce Stripe Gateway version 4.1.3. Checkout works fine using stripe with items in cart. Require the ability to create a subscription for a subscription product using the stripe gateway in addition to charging non-subscription products. So a customer may add both a Book for $11 and subscribe to our weekly book newsletter for $2/month. So they would be charged a total of $13, and Stripe will automatically charge them $2 a month every month ongoing. Requirements: - Customer only fills out credit card information once during checkout for both the subscription and current payment. Stripe will store this credit card information for future sub charges. - We must be able to customize both the subscription amount and frequency based on the product - We must receive a ping to a sp...