Skip to content

Commit

Permalink
Merge branch 'master' of github.com:paystackhq/paystack-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimlawal committed Oct 10, 2017
2 parents edeedce + fe46ca5 commit 24aef8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 24aef8b

Please sign in to comment.