Please help ASAP...
The documentation does really well at showing how the SOAP methods work to
CreateCustomerProfile (Is this always required to obtain the CustomerProfileId?),
GetCustomerProfile (but only with the CustomerProfileId after CreateCustomerProfile), and
CreateCustomerPaymentProfile (but only with CustomerProfileId after CreateCustomerProfile)
I know how to create a customer profile. I know how to create a customer payment profile. I know how to update a customer profile.
I do not know how to get an already created customer profile or an already created customer payment profile.
I need to know how get a customer profile that has already been created (no documentation) and get a customer payment profile that has already been created (no documentation). I follow the object hierarchy but there is no definition or explanation.
Solved! Go to Solution.
03-03-2015 05:29 AM
Oh. Yes, you suppose to save at least the customer profile id when create a profile.
03-03-2015 06:25 AM
03-03-2015 05:46 AM
This is the document to which I am referring. It is not clear. Perhaps frustration is preventing me from seeing something obvious...
Upon registration on my site during which credit card information is provided, I need to create a customer profile and a customer payment profile on Authorize.Net to charge later. Our customers are not charged right away.
At some later date, I need to be able to retrieve the customer profile as well as the customer payment profile so as to charge their credit card a pre-determined amount.
In setting up the code, I believe I understand what to do and how to create the customer profile and customer payment profile.
During the later date retrieval process (after the customer profile has long since been created),
In calling the GetCustomerProfile method, where do I obtain the required ProfileId parameter?
Does this make sense?
03-03-2015 06:22 AM
Oh. Yes, you suppose to save at least the customer profile id when create a profile.
03-03-2015 06:25 AM
This is exactly what I need that the document does not specify. Thank you very much! I will not mark this thread as resolved until my integration is successful.
03-03-2015 06:58 AM