Is it okay that a payment app is sending my payment details via a GET request? [duplicate]

I was trying to use a state-owned mobile payment app to conduct some transaction on the internet and, thanks to an error message, I found out that my card number and the amount I’m paying were sent via a GET request.
Other data on the requ… Continue reading Is it okay that a payment app is sending my payment details via a GET request? [duplicate]

What is the difference between a multi-use and a single-use credit card token [closed]

We are a large e-commerce website trying to introduce a feature by which customers can save their credit card details securely. We are aware of the need for PCI compliance and working out the necessary security aspects. If singe-use tokens… Continue reading What is the difference between a multi-use and a single-use credit card token [closed]

Autofilling sensitive information for publicly available form

We are in the process of designing an app which, simply put, will allow people to accept payments easily.

The customer won’t need an account and we’ll be linking customer data (name, address, and phone) via emails used through their paym… Continue reading Autofilling sensitive information for publicly available form

Is there a security risk in hosting an app’s HTML/JavaScript payment system on a CDN?

We have a mobile app (React and Expo) in which the user is able to provide payment via Stripe. Our implementation uses a WebView which renders HTML and JavaScript content, which in turn pulls in the Stripe JavaScript client and implements … Continue reading Is there a security risk in hosting an app’s HTML/JavaScript payment system on a CDN?