Project

venmo

0.01
No commit activity in last 3 years
No release in over 3 years
Gem using curl to post to Venmo payment gateway
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3.0
~> 1.8.4
~> 3.12
>= 0
 Project Readme

Venmo

Venmo API Integration

Change Log:

0.4.0: Fix for calling to phone_number and not phone as arguments in curl.

Recent Fixes in 0.3.2

Curl now posts to endpoint with --data call.

Example Usage

Venmo.pay_by_email(email, amount, note)

Venmo.pay_by_user_id(user_id, amount, note)

Venmo.pay_by_phone_number(phone_number, amount, note)

I think these are working. Tests coming soon.

After install update these values to reflect your Environment

Venmo.configure do |c|
  c.access_token= "My Super Secret API"
  c.privacy= "private"
  #private, public, friends are vaild options
  #see Venmo documentation
end

Updates and Patches

As always, feel free to let me know of issues, patches or any changes that you have.