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
Credit card transaction at .net
Search
Susumu Odahara
July 21, 2018
Technology
0
230
Credit card transaction at .net
Susumu Odahara
July 21, 2018
Tweet
Share
More Decks by Susumu Odahara
See All by Susumu Odahara
SQL Serverを Docker Desktopで動かす
odasusu
0
100
AWS_QuickSightの利用
odasusu
0
1k
Multi-factor authentication
odasusu
0
61
ペッパーハンズオン
odasusu
0
240
触ってみようTestLink.pdf
odasusu
0
230
Pepper_Hands-on.pdf
odasusu
0
37
Other Decks in Technology
See All in Technology
pg_bigmをRustで実装する(第50回PostgreSQLアンカンファレンス@オンライン 発表資料)
shinyakato_
0
110
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
32k
Qiita埋め込み用スライド
naoki_0531
0
5.2k
20241220_S3 tablesの使い方を検証してみた
handy
4
670
Storage Browser for Amazon S3
miu_crescent
1
290
KnowledgeBaseDocuments APIでベクトルインデックス管理を自動化する
iidaxs
1
280
Microsoft Azure全冠になってみた ~アレを使い倒した者が試験を制す!?~/Obtained all Microsoft Azure certifications Those who use "that" to the full will win the exam! ?
yuj1osm
2
120
非機能品質を作り込むための実践アーキテクチャ
knih
5
1.6k
レンジャーシステムズ | 会社紹介(採用ピッチ)
rssytems
0
260
MLOps の現場から
asei
7
660
TypeScript開発にモジュラーモノリスを持ち込む
sansantech
PRO
2
130
[トレノケ雲の会 mod.13] 3回目のre:Inventで気づいたこと -CloudOperationsを添えて-
shintaro_fukatsu
0
110
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
95
17k
Building Applications with DynamoDB
mza
91
6.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
910
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Visualization
eitanlees
146
15k
Practical Orchestrator
shlominoach
186
10k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Transcript
.NETでクレカ決済 Stripe.netの利用
自己紹介 • 小田原 進 • 株式会社 エス・テー・ラボ • よく書く言語:C方言語、C# •
Excel方眼紙、VBA、SJIS、32bit撲滅運動中
クレジットカードを決済をお手軽にやってみる話
こんな話 • 今までクレジットカードの決済処理を実装したことはない。 • stripe使うと簡単にできると、どこかに書いてあった。
stripeのアカウントを登録
メール登録
電話番号確認
二段階認証設定
テスト用のAPIキーを取得
API概要
NuGetでStripe.netを追加 PM> Install-Package Stripe.net
もくもくと書く
実行してみる
決済の確認(支払詳細)
決済の確認(カード)
やってみて
ドキュメントとサンプルが充実してる
クレジットカードの登録をAPIで実装すると警告 が出る
アカウント作るとテスト環境ができて楽
None