#nash-elements
1 messages · Page 1 of 1 (latest)

And more examples here: https://stripe.dev/elements-examples/
Build beautiful, smart checkout flows.
@simple hawk is this form of create not compatible with clientSecret?
I'm seeing Unrecognized create() parameter: clientSecret is not a recognized parameter. This may cause issues with your integration in the future. when trying to create a cardNumber and mounting it with a clientSecret from an intent.
It's the old Element, and it's a bit different in usage with the newer Payment Element. Which one are you using?
All doc above is about the old Element
FYI: Doc for the old element: https://stripe.com/docs/payments/accept-card-payments?platform=web&ui=elements
interesting
It's a pretty heavy app I'm using. How can I tell which elements it's using? From the script import?
The only difference I'm seeing between the two is just how I'm calling it. If I'm calling it with payment it accepts clientSecret. If I call create with cardNumber, it warns.