-3

We have a situation where a client would like us to send a CC number to a secure web service via https from our iPhone app. The CC is not being processed on the phone- it just needs to be sent to the web service where it is later processed on the server.

What is the legality of doing this? Will Apple still approve the app with this kind of functionality? What kind of encryption needs to be applied to the credit card #?

Thanks

Richard Lovejoy
  • 663
  • 10
  • 18

1 Answers1

3

There is no one correct answer, since the security requirements depend on what kind of credit card (Mastercard, Visa, etc.), and it looks like you only want to transmit the one card number.

You are required to follow PCI compliance to transmit the CC number.

This link should get you looking at the right place: https://www.pcisecuritystandards.org/merchants/how_to_be_compliant.php

Paul
  • 139,544
  • 27
  • 275
  • 264