コンテンツにスキップ
アカウント作成/サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成サインイン
導入方法
決済管理
売上管理
プラットフォームとマーケットプレイス
資金管理
開発者向けリソース
API & SDKヘルプ

ドキュメント

Stripe を導入するためのガイドや例をご覧ください。
Stripe を始める
すべての商品を確認する
テスト API キーを読み込むには、サインインするか、アカウントを作成してください。
テストカード
4242 4242 4242 4242

決済

  • オンライン決済を受け付ける
  • 請求書で決済を回収する
  • 対面決済を受け付ける

収益

  • サブスクリプションの販売
  • 使用量ベースの料金体系を提供
  • カスタマーポータルを設定する

開発者

  • 開発環境を設定する
  • LLM を使用して Stripe で構築する
  • 導入クイックスタート

試してみる

$ stripe payment_intents create --amount 1099 --currency "usd"
{
"id"
: 
"xxxxxx"
,
"object"
: 
"payment_intent"
,
"amount"
: 
1099
,
"amount_capturable"
: 
0
,
"amount_details": {
"tip"
: 
{}
,
},
"amount_received"
: 
0
,
"amount_subtotal"
: 
1099
,
"application"
: 
null
,
"application_fee_amount"
: 
null
,
"automatic_payment_methods"
: 
null
,
"canceled_at"
: 
null
,
"cancellation_reason"
: 
null
,
"capture_method"
: 
"automatic"
,
"charges"
: 
{… 5 個のアイテム}
,
"client_secret"
: 
"xxxxxx"
,
"confirmation_method"
: 
"automatic"
,
"created"
: 
1766224896
,
"currency"
: 
"usd"
,
"customer"
: 
null
,
"description"
: 
null
,
"invoice"
: 
null
,
"last_payment_error"
: 
null
,
"livemode"
: 
false
,
"metadata"
: 
{}
,
"next_action"
: 
null
,
"on_behalf_of"
: 
null
,
"payment_method"
: 
null
,
"payment_method_options": {
"card"
: 
{… 5 個のアイテム}
,
},
"payment_method_types": [
"card"
,
],
"processing"
: 
null
,
"receipt_email"
: 
null
,
"review"
: 
null
,
"setup_future_usage"
: 
null
,
"shipping"
: 
null
,
"source"
: 
null
,
"statement_descriptor"
: 
null
,
"statement_descriptor_suffix"
: 
null
,
"status"
: 
"requires_payment_method"
,
"total_details"
: 
{… 3 個のアイテム}
,
"transfer_data"
: 
null
,
"transfer_group"
: 
null
,
}
サインインして実際のリクエストを編集します。
Payment Intents についてもっと知る

商品別の表示

Payments
Payments
オンライン決済
Terminal
対面決済とオムニチャネル決済
Connect
プラットフォーム向けの決済
Radar
不正利用とリスクの管理
Climate
炭素除去
Identity
オンライン本人確認
Financial Connections
ユーザーの金融口座を関連付ける
Crypto
暗号資産での受け付け、オンランプ、入金
売上
Billing
サブスクリプションと継続支払い
Tax
消費税と VAT の自動計算
Revenue Recognition
会計の自動化
Sigma
カスタムレポート
Data Pipeline
データウェアハウス同期
Atlas
スタートアップの法人設立
資金管理
Issuing
カードの作成
Financial Accounts for platforms
金融サービスの構成要素
Capital
事業資金融資
事前に構築されたコンポーネント
Payment Links
ノーコード決済
Checkout
Stripe がホストする構築済みのチェックアウトページ
Elements
安全なフロントエンドの UI コンポーネント
  • お困りのことがございましたら 、サポートにお問い合わせください。
  • 変更ログをご覧ください。
  • ご不明な点がございましたら、お問い合わせください。
  • LLM ですか?llms.txt を読んでください。
  • Powered by Markdoc