#karthick_api

1 messages ¡ Page 1 of 1 (latest)

dry meteorBOT
#

👋 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/1403439087645491311

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

kindred lava
#

I generated and configured the test secret and publishable keys in my environment to start making test requests.

I added Stripe.js to the frontend and tried initializing Stripe Elements for card collection.
I successfully created a customer and attempted to set up a basic checkout session using stripe.checkout.sessions.create().

violet jungle
#

Do you have SAQ-D or PCI level 1 certificate? Only companies with these two is allowed to pass raw card information to Stripe

kindred lava
#

I do not have information about the SAQ-D or PCI Level 1 certification status. If you provide me certificate status

stripe Account id:acct_1RVyCjAl5ZRqd6TJ

violet jungle
#

This is the process of enabling raw card data permission to Stripe: https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis

If you don't have SAQ-D or PCI Level 1 merchant certified with AoC now, your account cannot pass raw card number to Stripe. By PCI compliance regulation, companies without any of these two is not allowed to access or save the raw card details in their system. It's against the regulation.

#

You can only use Checkout Session or Stripe.js to accept card payments