#sqarf - Checkout

1 messages · Page 1 of 1 (latest)

astral wasp
#

I am not sure how to collect that info via Checkout at the moment. Looking in to it...

river echo
#

Thanks

astral wasp
#

So is the current behavior that you are using Stripe Checkout + tax and it isn't asking for billing address?

river echo
#

It isn't asking if I add customer_id

#

But I'd like to tax happen atuomaticly

#

'automatic_tax' => [
'enabled' => true,
],

#

By passing this

#

But once I add it, Stripe API requests I add to customer his country

astral wasp
#

Apologies, still looking in to this. Can you send me the full snippet of code where you are creating this Checkout Session?

#

Are you also passing the customer_update parameter?

    'shipping' => 'auto',
  ],```