#L2_Supreme | TheYoloDAO-Tax in Connect

1 messages ยท Page 1 of 1 (latest)

fiery tinsel
#

๐Ÿ‘‹ happy to help

cinder heron
#

So like this right?

#

Stripe::TaxRate.create({
display_name: 'VAT',
description: 'VAT Germany',
jurisdiction: 'DE',
percentage: 16,
inclusive: false,
}, {stripe_account: '{{CONNECTED_STRIPE_ACCOUNT_ID}}'})

#

Pretty much the same as with creating the checkout session for the connected account I am just now realizing ๐Ÿ˜‚ if thats the correct way above

fiery tinsel
#

So like this right?
It looks fine AFAICT

#

Pretty much the same as with creating the checkout session for the connected account
yes exactly

cinder heron
#

I will give it a try now, just wanted to double check before adjusting the whole checkout flow

#

Thanks for the support, A1 like always!