0

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?

Daniel Widdis
  • 8,424
  • 13
  • 41
  • 63
icemanblas
  • 93
  • 1
  • 1
  • 10

1 Answers1

0

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:

Ywain
  • 16,854
  • 4
  • 51
  • 67
  • Thanks for the recommendations. I will look into each one of those, and come out with an explanation which worked best. And yes, my client would appreciate if I don't use a paid service. – icemanblas Oct 12 '17 at 13:46