#padek_api
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/1295466902218604577
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
If you use our SDKs to tokenize the payment method, you don't need to be PCI compliant. PCI compliance only comes into the picture if you're handling raw card details yourself using your own forms/API..
What platform are you building for? Web/Mobile?
Mobile yea, so can we use the SDK to only tokinaze the payment methods
Gotcha. Yeah you can use the mobile SDK - https://docs.stripe.com/payments/mobile
Just to clarify on "not needing to be PCI compliant" - You'd still need to validate/submit the SAQ form to Stripe
https://docs.stripe.com/security/guide#validating-pci-compliance
I would suggest you reach out to our support about the compliance requirement part as that's something they're more familiar with than my team on discord
https://support.stripe.com/?contact=true
so there is no way around the PCI if we use SDK for mobile
even jsut to add the payment method?
Yup, it's something that Stripe has no control over.. You'd need to complete the form with any other processor too
My understanding is that If you use the SDK, you'd need to complete less action items compared to the flow where you handle card information yourself without using the SDK
yea but what i understand from that is when we are trying to store card info and we dont want to deal with any of that, we just need a pm id to continuo with out app
Right.. It's not just about storing though.. Its also about processing and transmitting the data.