diff options
author | claucece <soficeli0@gmail.com> | 2015-09-27 23:51:57 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 22:41:21 -0500 |
commit | 543a69655a02cc1ca13a112b069d69532a2dfdaa (patch) | |
tree | b2aca55c59a1d56866a527801327f8574d7e4910 /engines/billing | |
parent | 63e1e410971f4ea35c38c3c42b794c27e859d5fc (diff) |
readme
Diffstat (limited to 'engines/billing')
-rw-r--r-- | engines/billing/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/billing/README.md b/engines/billing/README.md index 1cabaa7..d1e4d60 100644 --- a/engines/billing/README.md +++ b/engines/billing/README.md @@ -58,7 +58,6 @@ consists of complementary client and server SDKs: 1. The JS client SDK enables you to collect payment method (e.g. credit card, PayPal) details on your website 2. The server SDKs manage all requests to the Braintree gateway. - They represent the Client-side Encryption solution that combines Braintree’s traditional Server-to-Server (S2S) approach and Transparent Redirect (TR) solution. It can be described as following: @@ -80,11 +79,17 @@ What is included Current implementation with 'v.zero' provides: 1. Donations and subscriptions. + 2. Three payment methods: Bitcoin, Pay Pal and Credit Cards. + 3. Creation and storage of customers (stored in 'The Vault') + 4. Ability to donate as anonymous user. + 5. Subscription or unsubscriptions to plans. + 6. Recurring billing. + 7. Storing Multiple Credit Cards. Bitcoin @@ -92,6 +97,8 @@ Bitcoin In order for Bitcoin to work, you need to write Braintree's community and ask them to allow that payment method. Bitcoin is implemented via Coinbase. + Learn about this here: https://developers.braintreepayments.com/javascript+ruby/guides/coinbase/configuration + Contact: coinbase@braintreepayments.com |