|
|
|
|
|
by Abishek_Muthian
1499 days ago
|
|
Unfortunately my experience has been different; I found that Stripe's Go doc doesn't match their API and while searching on it I found that someone else had mentioned that to their personnel over freenode 2 years ago. So I raised an issue on GitHub[1] on Apr 9 and hasn't been attended to yet. On a more serious note, Stripe's payment links doc seemed to imply that tax rates are automatically calculated if the tax rates are set(as we do with code when we pass the tax_id), But I found after couple of payments that tax aren't being charged, On conversing on Twitter with the payment links dev I came to realize that the required option was not there for me[2] and then after couple of hours with their support staff I was informed that the options was not available for India as 'Stripe Tax' is a separate product. Overall, I'm happy with Stripe's tech; at least compared to the other options I have. But their docs have caused me some frustrations. [1] https://github.com/stripe/stripe-go/issues/1447 [2] https://twitter.com/joshuaackerman/status/144759582096702259... |
|