#Khalil-order-tax

1 messages · Page 1 of 1 (latest)

grave flint
#

Hello! Starting up a thread for you

#

Can you move your other message in here to keep it all in one palce?

mighty scarab
#

Hi hi

#

Yes, sorry about that

#

[More details here]:
Here is what one of my orders look like, seems like it has the required tax setups:

{
  id: 'order_1LUc1VLEkeoA9qs7ElRQeosl',
  object: 'order',
  amount_subtotal: 10000,
  amount_total: 20000,
  application: null,
  automatic_tax: { enabled: true, status: 'complete' },
  billing_details: null,
  client_secret: 'order_1LUc1VLEkeoA9qs7ElRQeosl_secret_FtEF3i7B0CJZV3A0R6kcmHPVO00lRoUDkgH',
  created: 1659988441,
  currency: 'usd',
  customer: null,
  description: null,
  discounts: [],
  fulfillment: { status: null },
  ip_address: null,
  livemode: false,
  metadata: {
    checkout_id: 'ec3fe11f-b9e6-42ef-b444-d169a1f83d63',
    email: 'khalilhajji91@gmail.com'
  },
  payment: {
    paid_out_of_band: false,
    payment_intent: null,
    settings: {
      application_fee_amount: null,
      automatic_payment_methods: [Object],
      payment_method_options: null,
      payment_method_types: [Array],
      return_url: null,
      skip_payment_intent_creation: false,
      statement_descriptor: null,
      statement_descriptor_suffix: null,
      transfer_data: null
    },
    status: null
  },
  shipping_cost: {
    amount_subtotal: 10000,
    amount_tax: 0,
    amount_total: 10000,
    shipping_rate: 'shr_1LUc1dLEkeoA9qs7vMVBdPyQ'
  },
  shipping_details: {
    address: {
      city: 'San Francisco',
      country: 'US',
      line1: '667 Clay Street',
      line2: '',
      postal_code: '94111',
      state: 'CA'
    },
    name: 'Khalil Hajji',
    phone: null
  },
  status: 'open',
  total_details: { amount_discount: 0, amount_shipping: 10000, amount_tax: 0 }
}

Here is my dashboard screenshot showing my tax registration setup:

grave flint
#

Taking a look now - sorry for the wait!

mighty scarab
#

any news?

grave flint
#

I think this is because of the specific product tax code you're using , but there's a lot of log lines to sift through

#

If you have the time, can you try testing this out with a product with a different tax category - like txcd_99999999?

mighty scarab
#

Yep, currently doing that haha

#

you're right!

#

now it shows Tax: $8

#

Thanks for the help

grave flint
#

👍 awesome! glad that helped!

mighty scarab
#

FYI I will be posting a couple of different questions today on the channel that gathered through the weekend - so I might be annoying today haha

#

Quick follow up question, do you know if the fees stripe computes include the taxes or not?

#

For example Stripe takes 2.9% + 25 c on the total transaction amount. Does that % include taxes?

rough seal
#

what do you mean by "include tax"?

#

Like we calculate our fee on the final total amount charged. So if it's $100 with 10% tax then we calculate on $110

mighty scarab
#

Got it - that answers my question

#

Thank you

rough seal
#

sure!