#amfpaulo_api

1 messages ยท Page 1 of 1 (latest)

onyx tuskBOT
#

๐Ÿ‘‹ 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.

foggy barnBOT
onyx tuskBOT
plush knot
#

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.

#

I also see this is in livemode, did you get this working in testmode before attempting to use this in livemode?

snow zodiac
#

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 ?

sinful vector
#

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

snow zodiac
#

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 ?

sinful vector
#

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

snow zodiac
#

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 ?

sinful vector
#

You need to create the invoice with automatic_tax[enabled]=true as shown in the doc