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
What’s new in 2022/02 コンビニ決済/Payment Links API他...
Search
Hidetaka Okamoto (Stripe)
March 08, 2022
Technology
0
220
What’s new in 2022/02 コンビニ決済/Payment Links API他 / jp-stripes-whats-new-202202
JP_Stripes What's new 2022/03/08の資料です。
Hidetaka Okamoto (Stripe)
March 08, 2022
Tweet
Share
More Decks by Hidetaka Okamoto (Stripe)
See All by Hidetaka Okamoto (Stripe)
Stripeではじめる Revenue Operations / jp_stripes_okinawa_8
stripehideokamoto
0
280
収益を高めるための Stripeダッシュボード活用術 / jp_stripes_online_7
stripehideokamoto
0
360
No-code SaaS and Full Site Editing / wcasia2023
stripehideokamoto
0
250
コア機能開発に集中するための Stripe Checkout活用法 / jp_stripes_deep_dive_202301
stripehideokamoto
0
480
State of Checkout 2022から見た オンライン決済フローの最適化/jp-stripes-miyzaki-202301
stripehideokamoto
0
190
サブスクリプション決済入門 Stripeでの実装方法と、要件定義時のポイント/okta-stripe-202301
stripehideokamoto
0
200
ノーコード・ローコードツールで サブスク運用を効率化する方法 / JP_Stripes_Osaka_202301
stripehideokamoto
0
120
ビジネスユーザを巻込む Stripeダッシュボード活用法 / jp_stripes_deepdive-202212
stripehideokamoto
0
320
AWSでローコードにはじめる サブスクリプション運用の効率化/aws-startup-tech-meetup-fukuoka-2
stripehideokamoto
0
160
Other Decks in Technology
See All in Technology
IPv6-mostly field report from RubyKaigi 2026
sorah
0
200
TypeScript×CASLでつくるSaaSの認可 / Authz with CASL
saka2jp
2
140
技術広報のOKRで生み出す 開発組織への価値 〜 カンファレンス協賛を通して育む学びの文化 〜 / Creating Value for Development Organisations Through Technical Communications OKRs — Nurturing a Culture of Learning Through Conference Sponsorship —
pauli
5
550
大規模モノレポの秩序管理 失速しない多言語化フロントエンドの運用 / JSConf JP 2025
shoota
0
370
pmconf 2025 大阪「生成AI時代に未来を切り開くためのプロダクト戦略:圧倒的生産性を実現するためのプロダクトサイクロン」 / The Product Cyclone for Outstanding Productivity
yamamuteki
3
2.6k
DDD x Microservice Architecture : Findy Architecture Conf 2025
syobochim
13
4.9k
Android Studio Otter の最新 Gemini 機能 / Latest Gemini features in Android Studio Otter
yanzm
0
380
改竄して学ぶコンテナサプライチェーンセキュリティ ~コンテナイメージの完全性を目指して~/tampering-container-supplychain-security
mochizuki875
1
400
米軍Platform One / Black Pearlに学ぶ極限環境DevSecOps
jyoshise
2
530
"'TSのAPI型安全”の対価は誰が払う?不公平なスキーマ駆動に終止符を打つハイブリッド戦略
hal_spidernight
0
160
Kubernetesと共にふりかえる! エンタープライズシステムのインフラ設計・テストの進め方大全
daitak
0
470
ECS組み込みのBlue/Greenデプロイを動かしてELB側の動きを観察してみる
yuki_ink
3
420
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
A better future with KSS
kneath
239
18k
Designing for humans not robots
tammielis
254
26k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.6k
The Invisible Side of Design
smashingmag
302
51k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Documentation Writing (for coders)
carmenintech
76
5.1k
Context Engineering - Making Every Token Count
addyosmani
9
420
Transcript
What’s new in 2022/02 コンビニ決済/Payment Links API他 JP_Stripes @hide__dev Mar
2022 1 #Stripe #JP_Stripes
Stripe Tiny Demo (US) Dashboardのユーザー権限 Developer Digest (日本語) Payment Links
Updates Checkout Updates Customer Portal Updates コンビニ決済 Stripe Update (pick up for Japan) Miscellaneous Product Updates 2 #Stripe #JP_Stripes
Product Updates (Checkout / Payment Links / Customer Portal )
JP_Stripes What’s new 2022/02 3 #Stripe #JP_Stripes
Payment Links API 4 JP_Stripes What’s new 2022/02 const price
= await stripe.prices.create({ product: 'prod_xxxxx', nickname: `${name}様専用プラン`, recurring: { interval: 'month' }, unit_amount, currency: 'jpy' }) const link = await stripe.paymentLinks.create({ line_items: [{ price: price.id, quantity }] }) #Stripe #JP_Stripes • No Codeの支払いリンクを APIからも作成可能に • 複数商品の登録や更新、 商品ごとの数量指定にも対応 • 参考記事: NoCodeでオンライン決済を受け付け る”Payment Links(支払いリンク )"に、管理用 APIが登場しました! https://qiita.com/hideokamoto/items/0cb83 f1e4000eb6c0131
Zapierが支払いリンク(Payment Links)をサポート • Payment Links APIを利用 • Zapierのアクションで 支払いリンクを生成可能に •
ノーコードでのStripe活用が より柔軟にできるように 5 JP_Stripes What’s new 2022/02 https://qiita.com/hideokamoto/items /9bf47fdeaf21eb950faf
支払いリンク(Payment Links)で複数商品が登録可能に • 複数の商品を登録した 支払いリンクが作れるように • 商品の数量を指定または、 顧客が変更可能に • 購入数上限・下限も登録可能
より複雑な注文も ノーコードで処理可能に 6 JP_Stripes What’s new 2022/02 https://qiita.com/hideokamoto/items /3b3077f8a3c4c0c57725
Checkout/Payment Linksでアップセル・クロスセル • 「追加でもう1商品」の レコメンド(クロスセル)に対応 • [Billingのみ] 長期契約での 割引提案(アップセル)にも対応 •
設定はDashboardから実施 顧客への追加提案が簡単に 7 JP_Stripes What’s new 2022/02 https://qiita.com/hideokamoto/items /dcb11d03b3fe5516c4ba
Checkoutでゲスト顧客注文をサポート • CheckoutでCustomerデータを 作らずに注文を処理可能に • メアド・カード情報などを元に Dashboardで集約表示 • customer_creation: 'if_required',
の1行を追加するだけ • 会員未登録の注文履歴が より探しやすく 8 JP_Stripes What’s new 2022/02 https://qiita.com/hideokamoto/items /783cd6fef5759aaf1505
CheckoutでFontカスタマイズが可能に • Checkoutページのフォントを カスタマイズ可能に • フォントはStripeが用意する プリセットを利用 • 言語別のサポート状況は Stripeドキュメントを確認
https://stripe.com/docs/payments/ checkout/customization/font-com patibility 9 JP_Stripes What’s new 2022/02
Customer Portalで”解約理由アンケート”をサポート • Customer Portalで サブスクリプション解約した時 解約理由を訊けるように • キャンセル完了後に モーダル表示
• Dashboardでの確認 or Stripe Sigmaでの分析が可能 10 JP_Stripes What’s new 2022/02 https://qiita.com/hideokamoto/items /41381832f806619e9be6
New Payment Method JP_Stripes What’s new 2022/02 11 #Stripe #JP_Stripes
12
1回払い支払いフロー 13 JP_Stripes What’s new 2022/02
Stripe ならではのコンビニ決済:Stripeソリューションとの連携 • Stripe Connect マーケットプレイスやプラットフォーム 型 のビジネスに 向 けた
最 適 な 決 済 • Stripe Billing サブスクリプションなど定期的なビジネスモデルの自動化・最適化を支援 • Payment Links リンクを 共 有 するだけで 決 済 を 可 能 にするノーコードサービス • Stripe Invoicing 請求プラットフォーム • Stripe Checkout Payment Element Payment Intents API 構築済み決済ページ 決済UIコンポーネント 支払いインテント • 統 合 された 資 金 フロー 4 営業日後にコンビニ側から売り上げ分の入金が可能な統合された資金フロー × JP_Stripes What’s new 2022/02
コンビニ決済についてのメール通知機能 15 JP_Stripes What’s new 2022/02 https://dashboard.stripe.com/settings/emails https://qiita.com/hideokamoto/items/c59c4c4ee24b98ac997b #Stripe #JP_Stripes
Learn more about ‘コンビニ決済’ 16 JP_Stripes What’s new 2022/02 https://qiita.com/hideokamoto/items/605096153bdf473895f0
https://qiita.com/hideokamoto/items/f0304cb005f276e35d43 #Stripe #JP_Stripes
Miscellaneous JP_Stripes What’s new 2022/02 17 #Stripe #JP_Stripes
Stripe Tiny Demos • Stripe APIを簡単にデモ (Glitchを利用) • ベータ機能のSearch APIや
日本未上陸のIdentityなども テスト可能 • Glitchなので、 デモコードの確認なども簡単 18 JP_Stripes What’s new 2022/02 https://stripe-tinydemos.glitch.me/
Dashboardユーザーの権限管理がより詳細に • 1ユーザーに 複数の役割を設定可能に • 役割の種類も 5つから8つへ • 担当者の役割に応じた 柔軟なアカウント・権限管理へ
19 JP_Stripes What’s new 2022/02 https://qiita.com/hideokamoto/items /c52961fd536968183a20
Stripe Developer Digest 日本語版(β) • 英語で毎月配信中の ニュースレターを日本語化 • テスト的にQiitaで 翻訳記事を配信開始
• Terminal / Issuingなど 日本未登場の製品情報も キャッチアップ可能 20 JP_Stripes What’s new 2022/02 https://qiita.com/tags/stripedevelop erdigest
Stripe Tiny Demo (US) Dashboardのユーザー権限 Developer Digest (日本語) Payment Links
Updates Checkout Updates Customer Portal Updates コンビニ決済 Thanks! Miscellaneous Product Updates 21 #Stripe #JP_Stripes