#iandk-tax

1 messages · Page 1 of 1 (latest)

molten void
#

Hi there!

rough idol
#

yes, it's disabled, but that setting has no effect, a customer just got charged VAT

molten void
#

Can you send me a customer ID or PaymentIntent ID so I can check?

rough idol
#

cus_LcIGJYtKaS2bLH

#

I already disabled the VAT setting by hand for this customer, but this cant be a solution to this problem

#

But you can see in the latest invoice that he got charged VAT, even tho I disabled it in the global automatic tax settings

molten void
#

this customer has this subscription sub_1L9xSgJp8kb7oDF1L3WJJsYt which still hass automatic tax

#

so I think you need to update the subscription to remove automatic tax.

rough idol
#

No that should be fine, it shows a message that it wont charge vat as I've disabled it for the customer.
But my main problem is, how can I completely disable the tax calculation for new and existing customers?

I'm legally not allowed to charge VAT, so It has to be disabled

#

As I said the button seems to have no effect

#

Are you still with me?

molten void
#

Sorry for the delay.

But my main problem is, how can I completely disable the tax calculation for new and existing customers?

  • For new customers: don't pass automatic_tax: { enabled: "true"} when creating new subscriptions
  • For existing customer: I think you could update their subscription to set automatic_tax: { enabled: "false"}
rough idol
#

Thank you, but why can't I just disable the tax calculation in the dashboard?
You should at least show a warning before enabling the tax caluclation and even after, that disabling this setting has no effect

molten void
#

Unforuntatly here on Discord we are not very familiar with how the dashboard works. So if you have questions about this, you can ask Stripe support directly here: https://support.stripe.com/?contact=true

rough idol
#

One more question, I noticed you have an option to not charge the customers default payment method when creating a subscription and send an invoice instead, right?

rough idol
#

How can I enable bank transfers for this payment method?

#

I mean this is the setting for individual invoices, why cant I enable it?

faint moss
#

@rough idol Taking over here, how can I help?

faint moss
rough idol
#

One second, let me check

#

its not even showing up here

#

only sepa direct debit

faint moss
#

What exactly is it you're trying to do?

rough idol
#

Currently I only have credit card payments integrated, customers can add their cc and when they create a new subscription it will charge their default payment method.

To simplify the integration process of other payment methods I wanted to integrate the manual payment option, so customers get a invoice via mail instead of charging their default payment method

faint moss
#

Why not use Checkout?

rough idol
#

I'm using laravel cashier, im afraid it has no integration for that if I understand checkout correctly

faint moss
#

Which is in beta, so probably explains why you can't enable it

rough idol
#

do you know when it'll leave beta?

faint moss
#

Where are you based?

rough idol
#

Germany, but I'm accepting payment globally

#

However lots of people in the EU dont have a credit card, thats why im looking to integrate other payment methods

faint moss
#

You can see from that grid your options are basically SEPA then

#

BACS is UK only (AFAIK), ACH is US only

rough idol
#

Yes I think i'll just go with sepa.
How can I test the sepa integration?

In testing mode I never received the invoice mails

faint moss
#

Which emails?

#

We don't send invoice/receipt emails in test mode

rough idol
#

Is there a way to enable that?

faint moss
#

No, you can only trigger them manually on the Dashboard on a per payment basis

rough idol
#

I see, does sepa require any special setup besides the webhooks for the delayed setup?

faint moss
rough idol
#

yes exactly, I think I saw it on your twitter account

faint moss
#

Yeah sorry it just launched today I think

#

Anyway, I must go now I'm afraid – it's late here. We'll be back tomorrow if you still need a hand!

rough idol
#

I see, thank you