#.rjcustodio
1 messages · Page 1 of 1 (latest)
Update the billing/shipping address of?
of a specific customer.
Definitely don't need a intent secret to initialise an Address Element no
Then you can use getValue() function to get the fields and make necessary API calls: https://stripe.com/docs/js/elements_object/get_value_address_element
but to create element object, it requires a client secret, based from this
or there is a other way to create the element?
both links that you sent that was helpful, thanks
im having trouble creating this const elements
clientSecret shouldn't be required. See: https://stripe.com/docs/elements/address-element/collect-addresses?platform=web
nice!!!! will try this thank you so much ❤️