Hi,
I am using the Authorize.Net SDK (Nuget Package) in my C#.NET project to make the API calls.
I was looking at the API reference for getCustomerProfile ( http://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile ) and saw that it has an option of getting the profile if I pass in the merchantCustomerId. But with the SDK, the getCustomerProfileRequest class does not even seem to have that property on it. How can I get the customer profile provided I have only the merchantCustomerId that I had used while creating the customer profile? I don't wnat to pass in the customerProfileId.
Thanks,
Reji
04-12-2017 03:06 PM
Hello @rdasan2017
This was a new feature recently added to the API and the SDKs are lagging behind the API by a few weeks. If you watch the repository on GitHub, you will be notified when a new release is available.
Richard
04-12-2017 05:35 PM