PAY.JP iOS SDK
オンライン決済サービス「PAY.JP」のiOSアプリ組込み用のSDKです。
最新バージョンでは以下を実現するための機能が提供されています。 詳細はドキュメントを参照してください。
- Apple Payアプリ内決済
- クレジットカードによる決済
.tableStyled |
.labelStyled |
.displayStyled |
---|---|---|
サンプルコード
- 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 10.0以上
- 最新安定版のXcode
インストール
Carthage でインストールする場合、以下のように記述してください
github "payjp/payjp-ios"
CocoaPods でもインストールすることができます。
pod 'PAYJP'
Xcode 12以上の場合、Swift Package Managerにも対応しています。
SDK開発環境
- Swift 5
リファレンス
License
PAY.JP iOS SDK is available under the MIT license. See the LICENSE file for more info.