cancel
Showing results for 
Search instead for 
Did you mean: 

Performing a transaction from Customer Profile ID

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!!!

mtvphonehome
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

3 REPLIES 3

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

Michelle
All Star

I have same requirement. If you did this plese guide me.

rajeshjha153
Member

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.