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
Payment Records API を使って地域通貨を Stripe Dashboard ...
Search
acomagu
November 23, 2025
Programming
0
48
Payment Records API を使って地域通貨を Stripe Dashboard に統合してみた
acomagu
November 23, 2025
Tweet
Share
More Decks by acomagu
See All by acomagu
Restate x Stripe: 安心して眠れる決済システムを目指して
acomagu
0
9
Stripe SSoT をするべきか否か
acomagu
0
66
JP_Stripes: リコンサイル(突合処理)のテスト
acomagu
0
110
「境界付けられたコンテキスト間の関係」についてもっと語ろう
acomagu
0
140
地方 MaaS 事例: アプリの進化に伴って変化してきた Stripe 利用方法
acomagu
0
420
Stripe リコンサイルの勘所
acomagu
0
520
CDK 一発で全てのエラーログを Slack に流す
acomagu
0
2.2k
AWS CDK を支える Constructs について
acomagu
0
180
DDDとは結局何なのか
acomagu
0
400
Other Decks in Programming
See All in Programming
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
390
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
2
410
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
120
CSC307 Lecture 12
javiergs
PRO
0
450
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
500
AIによる高速開発をどう制御するか? ガードレール設置で開発速度と品質を両立させたチームの事例
tonkotsuboy_com
7
2.6k
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
750
Premier Disciplin for Micro Frontends Multi Version/ Framework Scenarios @OOP 2026, Munic
manfredsteyer
PRO
0
190
Amazon Bedrockを活用したRAGの品質管理パイプライン構築
tosuri13
5
900
FOSDEM 2026: STUNMESH-go: Building P2P WireGuard Mesh Without Self-Hosted Infrastructure
tjjh89017
0
200
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
220
Featured
See All Featured
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
78
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
sira's awesome portfolio website redesign presentation
elsirapls
0
170
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
130
Music & Morning Musume
bryan
47
7.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
The Limits of Empathy - UXLibs8
cassininazir
1
240
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
230
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Transcript
Payment Records API を 使って地域通貨を Stripe Dashboard に統合してみた 株式会社デザイニウム 伊藤勇希
None
← Stripe ← 地域通貨
Payment Records API
None
None
Stripe Dashboard
おまけ機能でしょ?
DEEP DIVE into Payment Records API
None
欠点: Stripe のサービスと全く連携しない 「年内に Rader や Billing とシームレスに連携でき
るようになるだろう...」by Gaybrick Will 隔たり
欠点: Stripe のサービスと全く連携しない 「年内に Rader や Billing とシームレスに連携でき
るようになるだろう...」by Gaybrick Will 隔たり 2024年音沙汰無し
欠点: Stripe のサービスと全く連携しない 「年内に Rader や Billing とシームレスに連携でき
るようになるだろう...」by Gaybrick Will 隔たり 2025
None
None
None
↑Payment Intent があった場所
None
None
None
None
None
None
線対称すぎない?
Stripe 内の支払いにおいては、 Payment Record ⇔ Payment Intent Payment Attempt
⇔ Charge がそれぞれ対応している!
つまり Payment Record は Orchestration の世界の Payment Intent で、 Payment
Attempt は Orchestration の世界の Charge みたいなもの!
None
None
こっち見たほうがよくね?
↑Payment Intent があった場所 Stripe 外の支払い<も>記録できるよう になった Payment Intent
↑Payment Intent があった場所 Stripe 外の支払い<も>記録できるよう になった Payment Intent
Stripe 界の 地殻変動や~~!!! と、勝手に思っています
冒頭の話に戻ります
←直接作成
←直接作成
請求書/領収書を作成できます (自動で支払い済みや返金済み等にステータスが変わる)
サブスクリプションも連動します
Rader も多分いける
Element/Checkout もいけます (これは正確には Payment Recordsではなく Custom Payment Methods の範囲)
Element/Checkout もいけます (これは正確には Payment Recordsではなく Custom Payment Methods の範囲)
まとめ
① Payment Record は「外部の支払いも 記録できる Payment Intent」っぽい ② Payment Record
は Rader や Billing 等各種 Stripe サービスと連携してくれる
Thank you!