Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/merb_braintree_tr_example
a merb app that's an example of using braintree's transparent redirect stuff
https://github.com/atmos/merb_braintree_tr_example
Last synced: 3 days ago
JSON representation
a merb app that's an example of using braintree's transparent redirect stuff
- Host: GitHub
- URL: https://github.com/atmos/merb_braintree_tr_example
- Owner: atmos
- License: mit
- Created: 2008-12-18T05:36:25.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-15T05:32:32.000Z (about 16 years ago)
- Last Synced: 2025-01-05T04:04:13.653Z (15 days ago)
- Language: Ruby
- Homepage:
- Size: 238 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
merb_braintree_tr_example
-------------------------A merb app that's an example of braintree's transparent redirect payment gateway.
By using this you can process credit card data but don't store any sensitive
information in your system. What's killer is that NO sensitive information
flows through your system. What's this mean?* You don't post to your app with credit card info in the params hash.
* There's no code in the app that directly deals with entire credit card numbers.
* We only speak in terms of a token that braintree provides.
* We couldn't retrieve the entire credit card number from the token if we tried.Requirements (UNIX)
-------------------
% sudo gem install thor
% thor merb:gem:install
% cp config/braintree.yml-example config/braintree.yml
% cp config/database.yml-example config/database.yml
% git clone git://github.com/atmos/braintree_transparent_redirect_slice.git
% cd braintree_transparent_redirect_slice
% rake repackage
% cp pkg/*.gem ../gems/cache
% thor merb:gem:install
% bin/rakeOn Localhost
------------
% script/merb
% open http://localhost:4000Login with the username 'quentin' and the password foo.
Braintree Info
--------------
http://dev.braintreepaymentsolutions.com/
http://dev.braintreepaymentsolutions.com/test-transaction/Videos(Worth Watching)
----------------------
http://braintreepaymentsolutions.com/pci-dss-compliance/