8000 GitHub - npverni/chargify_direct_example: Small Sinatra app that demonstrates Chargify Direct using the Chargify2 gem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

npverni/chargify_direct_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. Install the sinatra and chargify2 gems
  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 contacting Michael Klett)
  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 ruby -rubygems chargify_direct_example_app.rb and play at http://localhost:4567

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%
0