I'm using Stripe with Laravel 5.4. My problem here is that I was asked to include the shipping costs and the taxes to the total amount when using Stripe. Payments are possible in USA only.
Is that possible to do in one step?
I'm using Stripe with Laravel 5.4. My problem here is that I was asked to include the shipping costs and the taxes to the total amount when using Stripe. Payments are possible in USA only.
Is that possible to do in one step?
Stripe does not have an API for calculating taxes and shipping costs. You'd need to use another API for this. You can see some recommendations here: