- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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