#sweetpotato
1 messages · Page 1 of 1 (latest)
Which integration exactly are you referring to?
for example, this page already have Shipping address. is it?
where does the "Shipping Address" come from?
ex... paymentIntent object??
or user input in same page?
That's only if you have PaymentElement with AddressElement I believe
there is two address elements shipping and billing
Yes there are 2 mode
If you use Address Element with mode = shipping, then you will see that checkbox on the PaymentElement, allow you to assume billing address is the same with what would be collected in shipping AddressElement
if i use only billing address element, i can't use "Billing address is the same as shipping" checkbox?
i use shipping and billing address elements both, or use shipping address elements, i can show this checkbox?
because, i want customize shipping address input as select box as saved in advance.
If you only use billing address element, the checkbox won't show
So either use both, or only use shipping and the checkbox
that checkbox is stripe's elements?
Yes
only can use mobile ?
Sorry didn't follow, could you elaborate?
i can't find checkbox elements code with web..
yes!
that is payment element?
isn't address element??
i mean element of checkbox
The checkbox is a part of the PaymentElement, yes