Ruby on Rails Wednesday, June 27, 2018

In my experience, Stripe is the easiest. Particularly for recurring (subscription) payment. There's a great example app at the RailsApps site: https://github.com/RailsApps/rails-stripe-membership-saas if you want to do recurring billing. For single payment, it's even simpler than that.

Walter

> On Jun 26, 2018, at 5:51 PM, David Merrick <merrickdav@gmail.com> wrote:
>
> Hi Looking for a payment gateway that is easy to set up in Rails. The idea is that as part of the Registration Process a user pay money to gain access to restricted pages.
>
> I will at Stripe https://stripe.com/nz but if any one can suggest a simpler one feel free to do so.
>
> Cheers Dave
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a99450a6-bc91-4e9e-85d5-94a4b4f07a4c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/F255BA99-EEB3-4E63-80F3-A790EDF8A5A2%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment