#hillct - JavaScript Disabled
1 messages · Page 1 of 1 (latest)
Hello! The short answer is no. The long answer is yes, but you need to be PCI compliant and handle raw card information yourself.
Pretty much what I figured. Out of curiosity does stripe offer a solution wherein we can do on-premise PCI compliance storage in cooperation with stripe or are you suggesting a solution that bypasses stripe entirely?
No, we don't have anything like that. We do have APIs that let you pass us raw card information (such as information collected with vanilla, non-JS HTML forms), but the card data would flow through your server, which is why you'd need to be fully PCI compliant.
Have a look here under the API Direct tab: https://stripe.com/docs/security/guide#validating-pci-compliance
That is as good if not better a solution than I was thinking of. I trust PCI compliance review is something that requires many months and lots of paperwork so is unlikely to be something we can deploy in the next three days.
Yeah, it's not going to happen in three days. 😅