#adasli - VAT

1 messages · Page 1 of 1 (latest)

midnight arrow
#

Hello! I honestly didn't know it wasn't supported. What happens when you try to use it?

tardy thicket
#

It throws Stripe.StripeException: You cannot set tax_id_collection[enabled]=true in setup mode.

#

Here is the only place I can find a reference to it not working in setup mode

midnight arrow
#

Ah, okay. I don't know why it's not supported in setup mode. I can flag it as a feature request if you'd like.

tardy thicket
#

Yeah, that would really be helpful! Right now we have to send them to the Billing portal.

#

I'm not sure if this is out of scope, but worth asking

#

Do you have any idea how we could not use Setup mode, but not charge anything on their card

#

With payment_intent_data.setup_future_usage

#

I was thinking 0.1$ with a discount, but the card would still get charged

midnight arrow
#

There is no way to do that currently I'm afraid.

#

The minimum charge amount is 50¢ USD.

tardy thicket
#

Could we: only authorize + setup_future_usage + tax_id_collection and then cancel the pending payment_intent?

midnight arrow
#

I would not recommend it. The card networks probably won't like that.

tardy thicket
#

Is it possible to add an arbitrary field to Stripe Checkout?

midnight arrow
#

No.

#

I did flag your feature request internally though.

tardy thicket
#

Ok, thanks!

tardy thicket
#

Have any idea why TAX ID can't be set via API when updating a customer?

midnight arrow
#

Hm, no, I don't...