cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Get Customer Profile using merchantCustomerId

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

rdasan2017
Member
1 REPLY 1

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

RichardH
Administrator Administrator
Administrator