I have just completed work to use your CIM hosted popups for customer management of Payment Profiles (using .NET).
Now, I want to know who to use those profiles when submitting a payment from my web page using POST methods? I DO NOT see any parameter that accepts the CustomerProfileID or CustomerPaymentProfileID that would be needed to accomplish this. Ideas?
Thank you,
Steve
FYI - I have been through the SDKs searching for this answer. IF it's there I can't find it!
01-18-2013 11:21 AM
You can either use web service call or the XML webrequest methods, there is no url post for the CIM payment profile.
01-18-2013 12:22 PM
Can you please expand on that....like what api and web services calls are you referring to?
My preference is to use the <b>SIM hosted payment pages</b> at this point so are there ways to connect the data between the SIM and CIM data? If so how?
Thanks!
01-18-2013 12:47 PM
01-18-2013 01:11 PM
Ok, yes I have read the CIM SOAP docs and built that into my app.
Now, I want to process a payment using SIM. How does SIM receive my customer's Profile ID?
01-18-2013 02:37 PM
As I said before you can't use customer profile ID with SIM. Just use your SOAP CIM to create a transaction.
01-18-2013 03:07 PM - edited 01-18-2013 03:22 PM