#amfpaulo_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1290316956473491567
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ can you elaborate on what you mean when you say you activated auto tax on the Stripe backend?
I don't see the parameters for automatic tax being passed in the Subscription creation request:
https://dashboard.stripe.com/logs/req_RH3sXdcteAtWeg
nor do I see that automatic_tax.enabled is true in that response.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I also see this is in livemode, did you get this working in testmode before attempting to use this in livemode?
Its in live mode because we thought taxes would be handled by Stripe End
So, You are telling me that I need to pass some extra parameters to collect tax ?
Please review this doc here to see how to use Stripe Tax with invoices.
https://docs.stripe.com/invoicing/taxes?dashboard-or-api=api#enable
Note that in addition to registering for tax, you need to configure your products/prices correctly for how your tax should be calculated, and then ensure you enable it for the invoice
I am reading the link you send me
this is what I see on stripe product catalog Tax Rate Tab:
this is what I mean about Automatic Taxes on the stripe backend
also, this is the tax setting on stripe backend:
I did not set up like that, the company accountant configured all stripe tax behavior. I just need to know what to do from the API.... What automatic means? I thin "Yes" is inclusive, and "No" Exclusive right ?
Since these are not API integration questions, I would ask you to contact our support team to work with them on getting the functionality you're aiming for: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
the question its about the integration
I need to know what to do from the API side, based on what is on STripe Side, I have no access to Stripe side, like I said, there is a professional that set it up, I just need to integrate using the API
all my questions were about integration, that is the reason I post stripe backend pictures, asking How do I integrate
Is it making sense now ?
You need to create the invoice with automatic_tax[enabled]=true as shown in the doc