#lirondeepchecks
1 messages · Page 1 of 1 (latest)
I send an address information with the payment to stripe, can I add it as the user default address automatticly ?
What integration flow are you using?
And when you say "default address" do you mean so that it would show up for future payments?
I want to see it here on the customer info
Im using payment + address element right now
Ah I see
So you would use Webhooks to update the Customer's address (https://stripe.com/docs/api/customers/update#update_customer-address) in that case.
Thanks. Is it possible to bill the corresponding tax by the address of the payment method, instead of the customer's?
You are using Automatic Tax?
no, manual
Hmm then you are calculating those taxes yourself right?
So you would pull whatever address info you want to
I want to calculate it based on location by stripe automatticly
That would involve using automatic_tax then. Are you using Stripe Checkout?