- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pay commission with DPM method
I have to use DPM method and to charge for our product itself and then to charge for commission.
So I need to perform it as two separate transactions.
We used Braintree before. Braintree supports storing CC data in Vault. Later it's possible to create transaction from vault.
Do Authorize.net supports vault functionality? Is is possible to create transaction from the Vault with Authorize.net API and Ruby?
โ06-13-2012 05:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see CIM API allows to store customer's payment information on the Authorize.net side. But is it possible to store these information using DPM without sending CC fields to our server? We need to stay PCI compliant.
โ06-14-2012 03:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, can't stored CC info with DPM.
There is a hosted option on CIM, it is a little more complicated than DPM.
โ06-14-2012 04:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But CIM method requires to submit creadit card data to my server. So to be PCI compliant I shouldn't use CIM API. Right?
โ06-14-2012 05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The CIM hosted option is run on authorize.net server, which also mean you have less control over it and there a fees to use it.
Download the "CIM - Hosted popup for single payment/shipping" sample code and see it in action.
Even DPM required some PCI compliant. There was another discussion on it on another thread.
โ06-14-2012 06:00 AM - edited โ06-14-2012 06:01 AM

