#d0m
1 messages · Page 1 of 1 (latest)
Hi 👋
Can you share the API request ID for when you create this Checkout Session?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hi, I don t want to share an internal id
API request IDs are not something anyone outside your account or Stripe can use.
nice, this one ? pi_3MUvCFKVbw5o6Tg31nO7WdcH
That's the ID of a Payment Intent so no but let me take a look. FYI API request IDs start with req_
I'm looking at the tax behavior for the price on the Checkout Session you created here: https://dashboard.stripe.com/logs/req_SJSq6KO9N2lOvk
"total_details": {
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 0
},
This is the problem?
This product shows up as inclusive meaning that the amount you specify includes the tax
If I dont use inclusive I will see tva?
When you set the tax_behavior to inclusive it means you have already included the tax to be collected in the amount.
Thank s you I will test with another product