Skip to content

Small Sinatra app that demonstrates Chargify Direct using the Chargify2 gem

License

Notifications You must be signed in to change notification settings

day/chargify_direct_example

 
 

Repository files navigation

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 (Note: this is a "V2" API User that is not generally available yet. You may request one to be created by opening a support ticket at Chargify)
  5. Create products on your API User's Site with handles 'member' (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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%