Payments with Stripe - TheConstructors/QwikStubs GitHub Wiki
Ruby on Rails Guide: https://stripe.com/docs/checkout/guides/rails
Simple Checkout (creates tokens): https://stripe.com/docs/checkout
Creating a custom form: https://stripe.com/docs/tutorials/forms
Testing with Stripe: https://stripe.com/docs/testing#cards
Stripe jquery.payment library for handling card validations: https://github.com/stripe/jquery.payment
Stripe Ruby API https://stripe.com/docs/api?lang=ruby
Relevant Railscast: http://railscasts.com/episodes/288-billing-with-stripe
Other Examples: https://stripe.com/docs/examples