Rob's Braintree API workshop
-
Credit card payments using braintree gem
-
clone this repo
git clone [email protected]:copremesis/api_braintree.git
-
add your first & last names and email
:customer => { :first_name => "", :last_name => "", :company => "MakerSquare", :website => "http://www.themakersquare.com", :email => "" }
-
run script
bash-3.2$ ruby braintree.rb I, [2013-12-02T16:09:13.662180 #53726] INFO -- : [Braintree] [02/Dec/2013 22:09:13 UTC] POST /transactions 422 #>
-
fix script and rerun
you should see your name, last & email appear here
-
can you remove you name from the dash board?
review this documentation:
-