You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what you are trying to achieve, since Stripe elements give their own components to use on a payment screen. I currently, do not have a proper repo set up with the correct client-server integration, but you could do the following.
If you have Stripe system set up, with the correct integrations on the server and the client, then you could see if you are able to the onChange or possibly even target the input elements using a ref. Then you may be able to get the card_number, card_expiry, and the card_cvv, to show it in the react-credit-cards component.
One important thing to remember though is that this may be a bit more difficult since the purpose of Stripe Elements is to provide a secured tokenized form for a customer to enter their payment details.
Stripe.js tokenizes sensitive payment details within an Element without ever having them touch your server.
No description provided.
The text was updated successfully, but these errors were encountered: