Skip to content

Instantly share code, notes, and snippets.

@i
Last active August 29, 2015 13:59
Show Gist options
  • Save i/10574214 to your computer and use it in GitHub Desktop.
Save i/10574214 to your computer and use it in GitHub Desktop.
authenticate with venmo webhook
require 'sinatra'
set :port, 3000
get '/webhook_url' do
return params[:venmo_challenge].to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment