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 Quotesで見積書発行から請求業務をノーコードで管理しよう / jpstrip...
Search
Hidetaka Okamoto (Stripe)
February 10, 2022
Business
0
510
Stripe Quotesで見積書発行から請求業務をノーコードで管理しよう / jpstripes-deepdive-202202
JP_Stripes DeepDive 2022/02での登壇資料です。
Hidetaka Okamoto (Stripe)
February 10, 2022
Tweet
Share
More Decks by Hidetaka Okamoto (Stripe)
See All by Hidetaka Okamoto (Stripe)
Stripeではじめる Revenue Operations / jp_stripes_okinawa_8
stripehideokamoto
0
260
収益を高めるための Stripeダッシュボード活用術 / jp_stripes_online_7
stripehideokamoto
0
330
No-code SaaS and Full Site Editing / wcasia2023
stripehideokamoto
0
240
コア機能開発に集中するための Stripe Checkout活用法 / jp_stripes_deep_dive_202301
stripehideokamoto
0
450
State of Checkout 2022から見た オンライン決済フローの最適化/jp-stripes-miyzaki-202301
stripehideokamoto
0
170
サブスクリプション決済入門 Stripeでの実装方法と、要件定義時のポイント/okta-stripe-202301
stripehideokamoto
0
180
ノーコード・ローコードツールで サブスク運用を効率化する方法 / JP_Stripes_Osaka_202301
stripehideokamoto
0
110
ビジネスユーザを巻込む Stripeダッシュボード活用法 / jp_stripes_deepdive-202212
stripehideokamoto
0
290
AWSでローコードにはじめる サブスクリプション運用の効率化/aws-startup-tech-meetup-fukuoka-2
stripehideokamoto
0
140
Other Decks in Business
See All in Business
組織を AI との協働に最適化する ~ AI と人が補完しあって成長し続ける組織の作り方 ~
yoshizaki
0
500
デジタル証券株式会社・会社紹介
dts
0
570
採用説明資料
recruit_mitsukaru
0
1.1k
マルチビジネス企業におけるデータ分析基盤の責務と分担
0610esa
1
110
コーポレートストーリー(新規投資家様向け会社説明資料)
gatechnologies
1
13k
グラハム株式会社_採用ピッチ_20241225__1__compressed.pdf
shu30
0
310
Feedback in Action
lycorptech_jp
PRO
1
240
20250701_UPDATER_companysummary
updater_pr
0
80k
Company Deck_2025.06
sixtypercent
0
290
タケウチグループRecruit
takeuchigroup
0
6.8k
アウトカムファーストな専門技術組織の構築と運用のための取り組み / Efforts to Build and Operate an Outcome-First Technical Expertise Organization
lycorptech_jp
PRO
2
350
株式会社BALLAS 会社案内
ballas_inc
0
19k
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Fireside Chat
paigeccino
37
3.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Gamification - CAS2011
davidbonilla
81
5.3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Agile that works and the tools we love
rasmusluckow
329
21k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Transcript
見積りから請求までNoCode! Stripe Quotesのご紹介 JP_Stripes DeepDive @hide__dev Feb 2022 1 #Stripe
#JP_Stripes
BtoBでは無視できない「見積書」 • 社内稟議や価格交渉 相見積もりなどで需要がある • 価格表を出しているサービスでも 要求されるケースも • Stripeで自動化したはずが、 見積もりのために人手が必要に…
2 JP_Stripes Deep Dive 2022/02
Stripeで見積書も発行できたら、 より業務を効率化できる・・・はず #Stripe #JP_Stripes
Stripe Quotes 4 JP_Stripes Deep Dive 2022/02
Stripe Quotesでできること • 顧客に応じた見積書のPDFデータを 作成し、ダウンロードする • Invoicing(請求書)と Billing(定期課金)をサポート • 承認された見積書を、そのまま
定期課金や請求書に変換できる 5 JP_Stripes Deep Dive 2022/02 • 価格交渉や再提案のために、 見積内容を改訂して再発行 • 誤請求防止のため、改訂前の 見積書は利用不可能に • APIやWebhookを利用した システム組み込み・自動化も可能 #Stripe #JP_Stripes
ノーコードでのワークフロー(例) • Dashboardで見積書を作成し PDFをダウンロードする • 顧客にPDFをメール送信し、 必要に応じて見積もりを改訂する • 承認が取れた見積書を、請求書に変 更し、Stripeから送信する
• 顧客がメールのURLから決済し 契約が成立する • 引き継ぎ時はDashboardの履歴で 過去の見積もりをチェック 6 JP_Stripes Deep Dive 2022/02
7 { "id" : "txn_19XJJ02eZvKYlo2ClwuJ1rbA", "object": "balance_transaction", "amount": 999, "available_on":
1483920000, "created": 1483315442, "currency": "usd", "description": null, "exchange_rate": null, "fee": 59, "net": 940, "source": "ch_19XJJ02eZvKYlo2CHfSUsSpl", "status": "available", "type": "charge" } function createAndSendQuotes(email, priceId) { const customer = await stripe.customers.create({ email }) const quote = await stripe.quotes.create({ line_items: [{ price: priceId, quantity: 1 }], customer: customer.id }) await stripe.quotes.finalizeQuote(quote.id) const pdf = await stripe.quotes.pdf(quote.id) // PDFファイルデータを Amazon S3などにアップロード // アップロードした URLを利用し、顧客にメール送信 } APIを利用した「自動見積書発行」システム(案) JP_Stripes Deep Dive 2022/02 • APIからも見積書の発行が可能 • 「オンライン見積もりフォーム」などを作成し、 見積書発行を自動化できる • PDFファイルをアップロードする場所が 必要なことに要注意 • Webhook併用で、MAなどと連携可能に - 見積書を発行する - WebhookからMAにリードを登録 - MAがメールでフォローアップ #Stripe #JP_Stripes
Quotesの利用には、手数料が必要 • 一度きりの請求への見積書 👉 Invoicing Plus 0.4%(25件無料) -> 0.5%
• 定期課金への見積書 👉 Billing Scale 0.5% -> 0.8% • Invoice / Billing全ての 決済手数料が変わることに注意 • リトライや未納通知メールなど、 Quotes以外の追加機能も 8 JP_Stripes Deep Dive 2022/02 https://stripe.com/jp/billing/pricing https://stripe.com/jp/invoicing/pricing #Stripe #JP_Stripes
Need more Detail ? 9 JP_Stripes Deep Dive 2022/02 https://qiita.com/hideokamoto/items/694c30e18d34af28acd6
#Stripe #JP_Stripes
Thanks! • 顧客に応じた見積書のPDFデータを 作成し、ダウンロードする • Invoicing(請求書)と Billing(定期課金)をサポート • 承認された見積書を、そのまま 定期課金や請求書に変換できる
• 価格交渉や再提案のために、 見積内容を改訂して再発行 10 JP_Stripes Deep Dive 2022/02 • 誤請求防止のため、改訂前の 見積書は利用不可能に • APIやWebhookを利用した システム組み込み・自動化も可能 • 一度きりの請求への見積書 👉 Invoicing Plus 0.4%(25件無料) -> 0.5% • 定期課金への見積書 👉 Billing Scale 0.5% -> 0.8% #Stripe #JP_Stripes