Hi - I'm trying to process reoccurring payments with the following requirements:
Effectively, we're trying to create a similar experience as Amazon, where you enter the card data once. When you buy in the future, you only select your profile/(card and shipping address) you want to use and the payment goes through, without entering in card or CVV again. The only difference is, we're initiating the payments in the future as our services is handled on a subscription basis.
My initial thought was CIM. However, due to the 3rd requirement, CIM may not work for this. What's the best route to achieve the result we're after?
Bill
Solved! Go to Solution.
07-25-2011 08:48 AM
The "createCustomerProfileTransactionRequest" CIM API method provides for charging the customer's credit card without requiring the card code.
In other words, the CIM API should meet all of your requirements.
07-25-2011 09:11 AM
The "createCustomerProfileTransactionRequest" CIM API method provides for charging the customer's credit card without requiring the card code.
In other words, the CIM API should meet all of your requirements.
07-25-2011 09:11 AM