• Resolved lucienkn

    (@lucienkn)


    Hi, so I want to use stripe’s tax feature to collect the VAT payments from my UK customers, at the moment I have my VAT rate setup in woocommerce which is being charged to the customers.

    However, I do not see this in the stripe order info and stripe is not collecting any tax information from this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lucienkn

    (@lucienkn)

    Payment event also showing amount_tax 0, how would i make this collect my woocommerce tax rate?

    },

    “source”: null,

    “statement_descriptor”: “ClearlyDev”,

    “statement_descriptor_suffix”: null,

    “total_details”: {

    “amount_discount”: 0,

    “amount_tax”: 0

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @lucienkn

    However, I do not see this in the stripe order info and stripe is not collecting any tax information from this.

    The order’s total includes the tax that you’re charging for your products. The order total is mapped to the PaymentIntent’s amount property. WooCommerce calculates the VAT tax when the order’s total is calculated. That order total is then passed to Stripe when the payment is processed. Stripe’s PaymentIntent API doesn’t support a tax property.

    Payment event also showing amount_tax 0, how would i make this collect my woocommerce tax rate?

    What payment event are you referring to? This plugin uses the PaymentIntent’s API which does not have a tax amount property.

    Stripe has a Tax service, but it’s a separate offering unrelated to their payments API.

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tax / VAT not shwoing’ is closed to new replies.