Online Payment with Ruby On Rails - ruby-on-rails-3

I am working with Rails 3.0.3. I am new to it. In my project, I need to provide online payments. Can anyone help with proper procedure for it?

Have a look at active merchant. This should fit almost all of your needs about online payment integration.
http://railscasts.com/episodes/144-active-merchant-basics
http://railscasts.com/episodes/145-integrating-active-merchant
http://railscasts.com/episodes/146-paypal-express-checkout

Related

Support of create, update and delete endpoint for repeating invoice in Xero API

I just released that Xero API do not support create, update and delete for repeating invoice. They seems to only support read...
In my company, we are building a CRM website and having the ability to manage repeating invoice would be a GREAT help. This feature is a core feature for us and it would save us a lot of time and man power.
Someone knows if this feature would come someday or if you have a workaround?
Regards
You can retrieve (GET) repeating invoices via the Xero API, but creating and updating (PUT/POST) are not currently supported.
Upvote the feature suggestion to show your support.

How to add Basket details to in SagePay payment using BVCommerce in VB.net?

I am working on E-Commerce website which is based on BVCommerce(http://www.bvcommerce.com/) and VB.net based. I want to implement payment functionality using SagePay. But I don't know how to implement it using BVCommerce. I know how to implement in simple website using SagePayaccount details, return url and basket details.
Can anybody suggest me how to implement payment gateway for SagePay using BVCommerce using VB.net? So, I can atleast get start.
Please suggest.
BV Commerce has documentation on their website for how to create a custom credit card payment gateway integration, including a downloadable code sample.
If you have further questions you may want to try posting on their forum.

Migrate phpBB forum to phpFox

I am struggling to find a migration tool from phpBB to phpFox. It seems that there is no ready made script so I would have to do it myself. I want to use the default phpFox forum.
I would appreciate some insight if anyone has done a similar thing. Or if it is possible to somehow integrate phpBB with phpFox?
It depends on what you need to migrate. posts, user data, categories etc

Integrating usps api on rails application

I want to integrate https://www.usps.com/ and also fedex api on my rails application, but I could not understand their documentation. Is there anybody who can help me? Or can any one provide me an easy tutorial of how it should be integrate on web ? I want to calculate the cost of package or gifts of the users on many condition.
Please note: there is a gem for this sevice but it is too old and the application I am going to build it is on rails 3.
Thanks in advance.
This stackoverflow answer might be helpful to you. There is this another gem called fedex you can look into. Hope this helps.

what's the best subscription-based billing system for rails 3?

I'm looking for alternatives to Chargify for a billing system that can be integrated with Rails 3, preferably one that is subscription-based. I have looked into Chargify and am wondering if there are other comparable systems with easy-to-follow API available?
Take a look at Recurly. You can see the API documentation at docs.recurly.com.
How about a RailsKit (it's SaaS)
u can try Stripe, no monthly fees, just per charge