In Shopify, I want the following flow in my shopify store
In my shopify website there is a product page with a checkout button. I want that after clicking the checkout button it will redirect to the stripe payment page and make the payment for the product. After payment is done it will redirect to the shopify own checkout page where shipping details and other details should be given by customer but there the product price will be shown as 0 as the product is already paid in stripe which I have mentioned before.For example let’s say i have a abc product whose price is $50. I will click on the checkout button and it will redirect me to the stripe page to pay for the product. Lets say the product price is paid through stripe and immediately it will redirect to the shopify own checkout page where the actual price will be cut and it will show $0. In this shopify checkout page customer will have to give the shipping information only to finally place the order.
I am not using Shopify Plus account.
How to implement this flow?