cancel
Showing results for 
Search instead for 
Did you mean: 

Hosted CIM in Ruby

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

jdzikiewicz
Member
4 REPLIES 4

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.

 

http://rubygems.org/gems/authorize_cim

darth_schmoo
Member

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

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

https://github.com/Fivell/authorize-net you can try this fork, I added support for this kind of transaction and use it.