Solved! Go to Solution.
08-21-2018 11:30 AM
Hi @crhistianr
We are working on a feature called Shared CIM profiles ( vault ) where in one time token can be generated from a CIM profile to another merchant(MID) leveraging OAuth for one time transactions . The cards will be only added in the main CIM account only for sharing .
I believe this will solve your use case also .
For more details you can reach out to me at developer_feedback@authorize.net
Will keep you posted on the updates when it comes out .
Thanks
Anurag
08-21-2018 12:27 PM
Hi @crhistianr
We are working on a feature called Shared CIM profiles ( vault ) where in one time token can be generated from a CIM profile to another merchant(MID) leveraging OAuth for one time transactions . The cards will be only added in the main CIM account only for sharing .
I believe this will solve your use case also .
For more details you can reach out to me at developer_feedback@authorize.net
Will keep you posted on the updates when it comes out .
Thanks
Anurag
08-21-2018 12:27 PM
Anurag,
Thank you for your swift reply.
In the meantime it sounds like as a work-around we will not allow users to save their credit cards and instead will be using one-time credit cards for all transactions.
What mechanism do I have for checking that the credit card is valid before submitting it for payment? I was looking at the authOnlyTransaction but I think that is better suited at the time of order submit when I am certain payment amounts won't change. Is there some method I can call to just validate that the card details (number, expiration date etc)
08-21-2018 01:08 PM
Hi @crhistianr
You can use the validationMode for it
https://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile
validationMode | Indicates the processing mode for the request. If the customer profile contains no payment data, this field should not be sent. |
String.
Use testMode to perform a Luhn mod-10 check on the card number, without further validation. Use liveMode to submit a zero-dollar or one-cent transaction (depending on card type and processor support) to confirm the card number belongs to an active credit or debit account. |
08-21-2018 01:43 PM
Anurag! You're the best, man. I appreciate you
08-21-2018 02:05 PM
Hi All ,
We are inviting interested merchants for early preview for our Shared CIM feature now .
if interested please email me at developer_feedback@authorize.net
Thanks
Anurag
10-24-2018 12:13 AM
Hi @Anurag , is the Shared CIM still in preview or production? Can we get a link to the documentation?
03-27-2019 12:04 PM - edited 03-27-2019 12:07 PM
Hi @jayagnew1
Its in a preview stage . you can reach out to me on developer_feedback@authorize.net for getting more information on it .
Thanks
Anurag
03-27-2019 02:17 PM
Hi @Anurag,
We are trying to setup our test application but https://localhost is not allowed. Is there something special we have to so we can use the localhost ...
I did not see anything in the help documents or the forums.
Thanks! Jay.
07-18-2019 02:29 PM
@Anuragjust wanted to follow up on this or see if anyone else has had to address this.
07-26-2019 11:00 AM