I am successfully able to use the getHostedProfilePageRequest (using PHP and XML) to let a user enter their Credit Card.
Now I am not understanding how to get the customerPaymentProfileId so I can charge a transaction. I looked in the API
documentation which mentiones getCustomerPaymentProfileRepsonse but I would need to enter the customerPaymentProfileId
which is what I want to get back!
Any help is appreciated!
06-13-2011 08:47 PM
You can retreive a list of any customer's profiles using the "getCustomerProfileRequest" method. The payment and shipping profile Ids returned by this request can be used to initiate a payment.
06-20-2011 04:27 PM