.NET 開発基盤部会 Wiki
目次 †
概要 †
Stripeについて調査してみた。
- 日本企業が130以上の通貨でビジネスできる
- “中間搾取” や “上納金”を自動化できる『Connect 機能』で、
(代理店販売における事務作業などが一気に無人化可能)
基本 †
仕組み †
大枠は、WebPayと同じと思われる。
項番 | API | 説明 |
1 | Account | アカウント管理 |
2 | Customers | 顧客情報/カード情報 |
3 | Charges | 課金情報 |
4 | Subscriptions | 定期課金 |
5 | Events | イベント |
6... | ..., etc. | ..., etc. |
・・・など、他多数を管理している。
- Standalone Account
- Stripeにログインし、オンボードで処理するユーザ。
- オンボーディングフローでは、OAuth 2.0により、WebAPIでユーザのオンボード処理代行が可能。
認証 †
参考 †
公式 †
Stripe API Reference †
https://stripe.com/docs/api
Guides †
This is the Stripe dashboard, where you view and manage
all your payments, customers, transfers and more.
We've put together some guides to help get you started:
- Collecting your customer's cards
- Making payments from your server
- Billing your users periodically
- Managing your Stripe account
- Go straight to your dashboard
その他 †