hps / heartland-ios

GNU General Public License v2.0
9 stars 26 forks source link

Apple Pay #7

Open ryanwaggoner opened 7 years ago

ryanwaggoner commented 7 years ago

Does this SDK support Apple Pay?

slogsdon commented 7 years ago

Hi @ryanwaggoner! While there isn't anything in the SDK to wrap the built-in APIs, you should have no problem evoking the necessary iOS code to handle Apple Pay.

Once an encrypted payload has been obtained, you'd then want to leverage a backend service to decrypt the payload (we have support for decryption in our Java SDK) before sending the decrypted network token and other details to our gateway.

Please let us know if you have any questions.