From 1017d725bf4932e205b5fce39eca80e85defae6b Mon Sep 17 00:00:00 2001 From: Randy Date: Fri, 15 Dec 2017 09:18:14 -0600 Subject: [PATCH] update readme for direct credit card restriction update readme for direct credit card restriction --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e07db726..24a9e291 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and samples for REST API. +## Direct Credit Card Support +> **Important: The PayPal REST API no longer supports new direct credit card integrations.** Please instead consider [Braintree Direct](https://www.braintreepayments.com/products/braintree-direct); which is, PayPal's preferred integration solution for accepting direct credit card payments in your mobile app or website. Braintree, a PayPal service, is the easiest way to accept credit cards, PayPal, and many other payment methods. + ## Please Note + > **The Payment Card Industry (PCI) Council has [mandated](https://blog.pcisecuritystandards.org/migrating-from-ssl-and-early-tls) that early versions of TLS be retired from service. All organizations that handle credit card information are required to comply with this standard. As part of this obligation, PayPal is updating its services to require TLS 1.2 for all HTTPS connections. At this time, PayPal will also require HTTP/1.1 for all connections. [Click here](https://github.com/paypal/tls-update) for more information** > **Connections to the sandbox environment use only TLS 1.2.** @@ -37,10 +41,6 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam - [curl](https://secure.php.net/manual/en/book.curl.php), [json](https://secure.php.net/manual/en/book.json.php) & [openssl](https://secure.php.net/manual/en/book.openssl.php) extensions must be enabled -## Direct Credit Card Support -[Braintree Direct](https://www.braintreepayments.com/products/braintree-direct) is PayPal's preferred integration solution for accepting direct credit card payments in your mobile app or website. Braintree, a PayPal service, is the easiest way to accept credit cards, PayPal, and many other payment methods. - - ## License Read [License](LICENSE) for more licensing information.