Hi,
I'm hoping to use the Hosted CIM interface in a Ruby application. I look in the authorize.net gem, but I don't see support for the getHostedProfilePageRequest transaction there. Any suggestions on how to send that transaction type using the API?
Also, the sample ruby code doesn't seem to use the authorize.net gem, or use the hosted option. Is there sample code for hosted CIM or that uses the API in the gem? (This is less important: the API code seems fairly well documented internally. But sample code would be nice.)
Thanks,
Joe Dzikiewicz
12-01-2011 06:53 AM
Use the authorize_cim gem. I don't think it's an official project of Authorize.net, but it seems to be working for me. I'm just getting started on CIM integration.
12-01-2011 08:46 AM
That doesn't seem to provide support for the CIM Hosted API. In particular, it doesn't provide the getHostedProfilePageRequest transaction. Which means that it provides no more support than the standard authorize.net gem.
Has anyone integrated with the CIM Hosted API with Ruby? Not just the CIM API, but the Hosted version.
Thanks,
Joe
12-04-2011 07:26 AM
Hey Joe,
Currently, the Authorize.Net SDKs do not support the hosted CIM option. We'll be releasing that functionality in a future release.
But someone may have done this on their own. I'd recommend subscribing to this topic so that you'll be alerted via email if anyone else from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies to your post.
Thanks,
Michelle
Developer Community Manager
12-20-2011 01:12 PM
https://github.com/Fivell/authorize-net you can try this fork, I added support for this kind of transaction and use it.
02-13-2013 04:16 AM