PASAR API
REST API v2 for tax rate lookup, transaction calculations, order/refund reporting and filing. Sandbox at api.sandbox.taxjar.com. US-origin but supports international rates including MY GST.
View docs ↗ More E-invoicing & tax APIs# TaxJar Sales Tax API needs an API key ~ get yours at: # https://developers.taxjar.com/api/reference/ curl 'https://api.taxjar.com/v2' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: TaxJar Sales Tax API Provider: TaxJar (Stripe) Auth: requires an API key (sign up: https://developers.taxjar.com/api/reference/) Pricing: paid Base URL: https://api.taxjar.com/v2 Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.