SIU-CS / Finite_Loop-production

CS 435 - Parking spot finder application for Android.
Apache License 2.0
0 stars 3 forks source link

Secure user’s payment information #25

Closed Andimoh closed 7 years ago

Andimoh commented 7 years ago

description:

As a user, I want to have my payment information to make sure that other’s or intruders do not have access to it.

Acceptance criteria:

  1. Verification of correct information will be done when submitting a payment.
  2. Encryption to secure credit card numbers will be done when the user’s information is submitted.
  3. An error popup will be produced if there is an error with the provided information.
  4. Payments will require that a CVC be entered to attempt to prevent fraudulent charges.

    Story source:SRS - SRS - NR4

    Estimate: 10 man-hours