#ovidiuc4
1 messages · Page 1 of 1 (latest)
hello! gimme a while to take a look and get back to you
looking at our guide, it doesn't look like it needs a PaymentIntent : https://stripe.com/docs/elements/address-element/collect-addresses?platform=web
where are you seeing that it needs one?
hmm, not sure why it didn't work before. Now I managed to render it without the client secret. But how do I associate the data with a certain customer entity?
I think I have to listen for the change event and issue a manual api call to the https://stripe.com/docs/api/customers/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yep, that looks right to me