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
mmorito
October 26, 2018
Programming
1
850
自社サービスにStripeを導入する話
mmorito
October 26, 2018
Tweet
Share
More Decks by mmorito
See All by mmorito
WEB TOUCH MEETING #123
mmorito
0
17
Road to SRE NEXT@広島
mmorito
0
280
Google Cloud によるDICOM管理
mmorito
0
66
JBUG広島#11
mmorito
0
420
データ分析やAIの "運用" について考える
mmorito
0
470
JP_Stripes in Setouchi #01
mmorito
0
170
Cloud Native Kansai #01
mmorito
0
1.3k
Cloud Native Sapporo #01
mmorito
0
420
GAE/Jで盛大に失敗する方法
mmorito
0
600
Other Decks in Programming
See All in Programming
One Enishi After Another
snoozer05
PRO
0
170
Pythonに漸進的に型をつける
nealle
1
140
Introduce Hono CLI
yusukebe
6
3.2k
CSC509 Lecture 07
javiergs
PRO
0
250
AI Agent 時代的開發者生存指南
eddie
4
2.2k
Developer Joy - The New Paradigm
hollycummins
1
380
業務でAIを使いたい話
hnw
0
170
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
830
Blazing Fast UI Development with Compose Hot Reload (Bangladesh KUG, October 2025)
zsmb
2
410
品質ワークショップをやってみた
nealle
0
650
Towards Transactional Buffering of CDC Events @ Flink Forward 2025 Barcelona Spain
hpgrahsl
0
120
data-viz-talk-cz-2025
lcolladotor
0
100
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
Designing Experiences People Love
moore
142
24k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
BBQ
matthewcrist
89
9.9k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Raft: Consensus for Rubyists
vanstee
140
7.2k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Product Roadmaps are Hard
iamctodd
PRO
55
11k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Transcript
自社サービスにStripeを導入する話 JP_Stripes 広島 #03
森藤 敏之(もりとう) - @mmorito_0318 所属 - 株式会社エムネス - 遠隔画像診断センター - 医療支援サービス「LOOKREC」
- ひろしま病理診断クリニック - 病理診断センター イベント / 勉強会(担当) - GCPUG - 広島支部 organizer - JP_Stripes 広島
JP_Stripes と 私
第1回: 安藤さんに誘って頂き一般参加 第2回: こちらも一般参加(のはずだった) JP_Stripes と 私
\ 文春ばりの証拠写真 /
第3回(今回): 使ってみるの話をさせて頂くことに! JP_Stripes と 私 \ 地元枠 /
Stripe導入の理由
① Go言語で書ける (curl, Ruby, Python, PHP, Java, Node.js, Go, .NET) ② 豊富な機能で柔軟な資金の移動に対応ができそう(本題)
Stripe導入の理由
導入するアプリのご紹介
CT / MRI レントゲン スキャナ Internet
CT / MRI レントゲン スキャナ Internet バックアップ
CT / MRI レントゲン スキャナ Internet バックアップ Internet
CT / MRI レントゲン スキャナ Internet バックアップ Internet 遠隔診断
CT / MRI レントゲン スキャナ Internet バックアップ Internet 遠隔診断 Internet
CT / MRI レントゲン スキャナ Internet バックアップ Internet 遠隔診断 患者向け
Internet
バックアップ - 料金体系: 装置数に応じた 月々定額料金制 - 資金の流れ: 契約施設 → 弊社 へお支払い - 価格設定:
人間味あふれる価格設定 遠隔診断 - 料金体系: 診断料金 x 依頼件数 の 従量課金制 - 資金の流れ: 契約施設 → 弊社 → 法人 or 個人 へお支払い - 価格設定: 人間味あふれる価格設定 患者向け - 料金体系: 検査コース毎の 受診料 - 資金の流れ: 患者 → 弊社 → 検査実施施設 へお支払い - 価格設定: 一定の価格設定 - その他: セット割、クーポン割あり 要件まとめ
患者向け
▶ 顧客IDをもとにあとでお支払い シンプルにお支払い ▶ カード情報を顧客として登録
None
クーポンが登録できる ▶ クーポンを登録 ▶ クーポンを取得してディスカウント結果をお支払い
None
バックアップ
定期支払いの登録 ▶ プランを登録 ▶ プランを指定して定期お支払い
遠隔診断
Connect
送金用アカウントを作成 ▶ アカウントの作成 ▶ 利用規約の同意
売上と同時に送金 ▶ お支払い(3000円) ▶ 1人目に送金(1000円) ▶ 2人目に送金(1000円) → 1000円が売上として残る
まとめ - 機能が豊富で今後アプリ側に新たな課金体系が できた時も十分に対応していけると感じた - ダッシュボードがとにかく見やすくて使いやすい ! このために手数料3.6%払う価値があるくらい - ドキュメントが充実している
- ただし、(Go言語だけかもしれないが)めっちゃ 間違いがある - そのままコピペしたら結構な確率でコンパイルエラー
Intr → Int
id → ID := → =
!?
ありがとうございました