Integrate Stripe payment on Joomla website for product purchases

Job ID: 35326397

Budget: $30 – $250 USD

Currently, our site (Joomla 3 based) uses some other link based payment processing. The Buy button opens a link to the payment page hosted by the payment processor and once the payment is complete, the payment processor invokes a webservice on our server to notify order details. There is no cart.

Now, we want to use Stripe to collecting payments.
1. The user should be able to add products to the cart.
2. The user should be able to increase quantity. Change in quantity should update the total price.
3. Once satisfied with the cart, the user should be able to complete the payment through Stripe.
4. Once payment is completed, a webservice should be invoked with the details of the order.

Everything is to be done in PHP and Joomla.