From fe46ca5dcd8d34dbdb7d60c084caa730ba3e8495 Mon Sep 17 00:00:00 2001 From: Ibrahim Lawal Date: Sat, 7 Oct 2017 12:18:48 +0100 Subject: [PATCH] Remove deprecated token flow from README Thanks @Ahyox for bringing attention to this --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c96395b..7c3baca 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,18 @@ [![CocoaPods](https://img.shields.io/cocoapods/l/Paystack.svg?style=flat)](https://github.com/paystackhq/paystack-ios/blob/master/LICENSE) [![CocoaPods](https://img.shields.io/cocoapods/p/Paystack.svg?style=flat)](https://github.com/paystackhq/paystack-ios#) -The Paystack iOS SDK make it easy to collect your users' credit card details inside your iOS app. By creating tokens, -Paystack handles the bulk of PCI compliance by preventing sensitive card data from hitting your server. +The Paystack iOS SDK make it easy to collect your users' credit card details inside your iOS app. By charging the card immediately on our +servers, Paystack handles the bulk of PCI compliance by preventing sensitive card data from hitting your server. -This library helps collect card details on iOS and OSX, getting a token. This shoulders the burden of PCI compliance by helping you avoid the need to send -card data directly to your server. Instead you send to Paystack's server and get a token which you can charge once in your server-side code. This charge -returns an `authorization_code` if successful. Subsequent charges can then be made using the `authorization_code`. +This library helps collect card details on iOS, completing a charge. This shoulders the burden of PCI compliance by helping you avoid the +need to send card data directly to your server. Instead you send to Paystack's server and get a reference which you can verify in your +server-side code. The verify call returns an `authorization_code`. Subsequent charges can then be made using the `authorization_code`. ## Requirements Our SDK is compatible with iOS apps supporting iOS 8.0 and above. It requires Xcode 8.0+ to build the source. -You will also need to add Keychain Sharing entitlements for your app. +**You will also need to add Keychain Sharing entitlements for your app.** ## Integration