Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK Api's doen't match documentation #45

Open
kvikas8 opened this issue Nov 15, 2016 · 4 comments
Open

SDK Api's doen't match documentation #45

kvikas8 opened this issue Nov 15, 2016 · 4 comments

Comments

@kvikas8
Copy link

kvikas8 commented Nov 15, 2016

In Documentation code is as follows

// Set the fingerprint data, this would have been generated on your server.
FingerPrintObjectType *fpData = [FingerPrintObjectType
fingerPrintObjectType];
fpData.hashValue = fingerprintHash;
fpData.sequenceNumber=fingerprintSequence;
fpData.timeStamp=fingerprintTimestamp;
// Set the merchant authentication data.
request.anetApiRequest.merchantAuthentication.name = @"5KP3u95bQpv"; //
Note this is API Login ID
request.anetApiRequest.merchantAuthentication.fingerPrint = fpData;

Whereas merchantAuthentication as no property named "fingerPrint", hence don't know how to pass fingerprint to authorize.net

@ptaneja
Copy link
Contributor

ptaneja commented Dec 2, 2016

Did you get it working?

@kvikas8
Copy link
Author

kvikas8 commented Dec 2, 2016 via email

@ptaneja
Copy link
Contributor

ptaneja commented Dec 5, 2016

Try the same sample code with latest framework.

@kvikas8
Copy link
Author

kvikas8 commented Dec 8, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants