Open ryanwaggoner opened 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.
Does this SDK support Apple Pay?