Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
スマホアプリでのStripe決済
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
MaedaKeisuke
August 07, 2018
Programming
1
950
スマホアプリでのStripe決済
MaedaKeisuke
August 07, 2018
Tweet
Share
More Decks by MaedaKeisuke
See All by MaedaKeisuke
Stripe CLIの活用
maeda
0
60
AWSを用いたフロントエンド開発
maeda
8
3.4k
エンジニア目線から見たキャッシュレスの話
maeda
0
110
Other Decks in Programming
See All in Programming
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
120
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
370
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
390
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
160
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
150
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
690
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
230
CSC307 Lecture 13
javiergs
PRO
0
310
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.5k
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
200
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.2k
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
160
Featured
See All Featured
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
450
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
80
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
850
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Discover your Explorer Soul
emna__ayadi
2
1.1k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
140
How to Think Like a Performance Engineer
csswizardry
28
2.5k
The Cost Of JavaScript in 2023
addyosmani
55
9.7k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Git: the NoSQL Database
bkeepers
PRO
432
66k
How GitHub (no longer) Works
holman
316
140k
Transcript
スマホアプリでの Stripe決済 JP_Stripes #5 Kyoto #JP_Stripes
Profile Name: Company: language: Age: Stripe Service: 前田 圭介 22
Works: 株式会社 CI フロントエンジニア / AWSエンジニア 時々デザイナー JavaScript / PHP / Ruby / Python Subscription / Connect
# 今日はお話しする事 iOS/Androidでの決済とは? Stripe決済を実装してみた。 まとめ Stripeで出来るアプリ内決済
iOS/Androidでのアプリで の決済といえば...
iOSは...
Androidは...
よく見るやつ
アプリ内購入 (In App Purchase)
アプリ内購入 規約 https://developer.apple.com/jp/app-store/review/guidelines/ https://developer.android.com/google/play/billing/?hl=ja Apple ガイドライン Google ガイドライン 1. アプリに影響を与えるもの(レベルアップアイテム
や、課金アイテムをアプリ内で決済させる場合は、 かならず、Apple(もしくはGoogle)の決済APIを利 用すること。(手数料3割) 2. アプリに影響を与えないもの(Tシャツや実際の商 品など)には、Apple(もしくはGoogle)の決済は利 用できません。
https://stripe.com/docs/mobile/ios から引用
https://stripe.com/docs/mobile/ios から引用 1. Stripeの決済サービスを利用して、物理的な商品を販売することができ ます。(Stripe決済手数料のみ) 2. アプリのデジタルコンテンツ、機能、サービスにはアプリ内購入を利用す る必要があります。(売り上げの30%を支払う必要があります。)
現状 アプリ内でStripeを利用する場合、課金コンテンツでは なく、商品購入系のECアプリで利用できる。
iOS/Androidでの決済とは? Stripe決済を実装してみた。 まとめ Stripeで出来るアプリ内決済
アプリにStripe決済を実装してみた。
Stripeから離れてしまいますが、 アプリ開発について少し。。。
React Native https://facebook.github.io/react-native/
ReactNativeと は
ReactNativeでのStripe決済の実装
実装方法 JavaScriptだし、stripe-elementsでフォームを作る? アプリ内でAPIを呼べるからそれでやる? ReactNativeで使えるライブラリはないのかなぁ
https://stripe.com/docs/libraries#mobile
https://tipsi.github.io/tipsi-stripe/
None
None
ただし。。。 iOSだったら、paymentRequestApplePay Androidだったら、paymentRequestAndroidPay
None
公式にない。。。
None
https://tipsi.github.io/tipsi-stripe/
まとめ。 アプリ内で決済をする場合は、規約によりベンダーの決済 APIを利用する必要がある。 Stripeの実装はアプリでも簡単 デジタルコンテンツ、課金アイテムの購入を伴わない限り、 Stripe決済が利用できる。
ご清聴ありがとうございました。