wsmoak / chargify_direct_example

Small Sinatra app that demonstrates Chargify Direct using the Chargify2 gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chargify Direct Example

This is a small Sinatra app that demonstrates how to use Chargify Direct for Signups. It leverages the new Chargify2 gem to create the Direct secure form inputs and signature, verify the redirect response, and fetch the call response.

Getting Started

  1. Clone this repo to your local machine
  2. Run bundle install
  3. Copy config/config.example.yml to config/config.yml
  4. Edit config/config.yml to add your own API User credentials
  5. Create products on your API User's Site with handles 'basic' and 'pro' (or edit the example to match product handles you have)
  6. Invoke the app with rackup and play at http://localhost:9292

About

Small Sinatra app that demonstrates Chargify Direct using the Chargify2 gem

License:MIT License


Languages

Language:HTML 74.2%Language:Ruby 25.8%