PAY.JP iOS SDK Beta
オンライン決済サービス「PAY.JP」のiOSアプリ組込み用のSDKです。
現在のBetaバージョンでは以下を実現するための機能が提供されています。 詳細はドキュメントを参照してください。
- Apple Payアプリ内決済
- クレジットカードによる決済
今後の開発予定
- カード情報入力フォーム
サンプルコード
- Apple Pay: https://github.com/payjp/apple-pay-example
- CreditCard (Swift, Carthage): https://github.com/payjp/payjp-ios/tree/master/example-swift
- CreditCard (Objective-C, CocoaPods): https://github.com/payjp/payjp-ios/tree/master/example-objc
動作環境
- Swift または Objective-C で開発された iOS アプリケーション
- iOS 8.4以上
- 最新安定版のXcode
インストール
Carthage でインストールする場合、以下のように記述してください
github "payjp/payjp-ios"
CocoaPods でもインストールすることができます。
pod 'PAYJP'
詳しくは サンプルコード のプロジェクトを参照ください。
SDK開発環境
- Swift 4.2
- Result: https://github.com/antitypical/Result/
License
PAY.JP iOS SDK is available under the MIT license. See the LICENSE file for more info.