I'm in the process of adding credit card submission via Authorize.net to an existing database system (FileMaker based) using and XML string and URL-Post to submit it. I have charge submission functionality working correctly but now I'm looking at using CIM - Customer Information Manager for storing Customer payment information with the card processor so that the end user is not keeping the card information.
My question:
Is there a way to create a Customer Profile at the same time as submitting a transaction, so that a Customer Profile ID is returned with the authCaptureTransaction? Another gateway I've worked with has that capability but it seems that for Authorize.net I have to first do a <createCustomerProfileRequest> transaction and then do a separate <createCustomerProfileTransactionRequest> transaction.
Solved! Go to Solution.
04-16-2013 10:19 AM - edited 04-16-2013 10:20 AM
I have to first do a <createCustomerProfileRequest> transaction and then do a separate <createCustomerProfileTransactionRequest> transaction.
Yes. That how it works currently.
04-16-2013 12:40 PM
I have to first do a <createCustomerProfileRequest> transaction and then do a separate <createCustomerProfileTransactionRequest> transaction.
Yes. That how it works currently.
04-16-2013 12:40 PM