#yadnyesh_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1224822877379887206
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! The code above uses raw card numbers instead of collecting these using something like Elements (where card numbers are never passed to your server)
If this just for a project, I recommend using Elements or Checkout instead
You can look at our quickstart guide for payments here: https://docs.stripe.com/checkout/quickstart
If you want to use Elements, you can toggle to "Custom payment flow"
okay but can you help me in code how i will solve error, Because it help me in Future while working on Real Time Project
Just to be clear, do you plan on handling raw card numbers directly in the real project?
This is fairly uncommon. Most Stripe users prefer to have Stripe handle all card numbers instead, as working with raw card numbers requires additional PCI compliance requirements.
Okay then Any solutions to it ? i Also try the dummy cards numbers which have given
If you plan on using raw PANs, I recommend reading this to ensure you can fulfill all PCI requirements: https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis
You'll then have to contact our support team as mentioned in the article