Stripe not working with error ‘Uncaught (in promise) Error: We could not retrieve data from the specified Element.’
Please try this. It works. <html> <head> <style> /** * The CSS shown here will not be introduced in the Quickstart guide, but shows * how you can use CSS to style your Element’s container. */ .StripeElement { box-sizing: border-box; height: 40px; padding: 10px 12px; border: 1px solid transparent; border-radius: 4px; background-color: white; box-shadow: 0 … Read more