I have set up CIM to create customer and payment profiles for members to my website. The only thing I've stored in my database is their Customer Profile ID.
So how do I go about setting up my cron jobs to perform a transaction against their Customer Profile ID? Is there a way
to call up all the needed info to transact the card? Thanks for any help!!!
Solved! Go to Solution.
12-23-2010 06:14 AM
Like Michelle said, go to http://developer.authorize.net/api/cim/ and open the documentation for CIM. Then look for the section called "Input Elements for createCustomerProfileTransactionRequest"
You will need the customerProfileId and customerPaymentProfileId.
12-20-2013 02:02 PM
Hi there,
To do a transaction using a customer/payment profile, you need to do a createCustomerProfileTransaction call from the CIM API. You can review the guides here for all the necessary fields.
Thanks,
Michelle
Developer Community Manager
12-28-2010 01:24 PM
I have same requirement. If you did this plese guide me.
12-17-2013 10:33 PM
Like Michelle said, go to http://developer.authorize.net/api/cim/ and open the documentation for CIM. Then look for the section called "Input Elements for createCustomerProfileTransactionRequest"
You will need the customerProfileId and customerPaymentProfileId.
12-20-2013 02:02 PM