コンテンツにスキップ
アカウント作成/サインイン
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"
: 
1770247980
,
"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
オンライン決済機能
Terminal
対面決済
Connect
複数当事者間決済
Radar
不正利用とリスクの管理
Climate
CO2 除去に貢献
Identity
オンライン本人確認
Financial Connections
財務データのリンク
Crypto
暗号資産の受け付け、オンランプ、支払い
収益・財務管理
Billing
サブスクリプション管理
Tax
税自動計算
Revenue Recognition
収益認識
Sigma
カスタムレポート
Data Pipeline
データウェアハウス同期
Atlas
アメリカ法人設立
バンキング・アズ・サービス
Issuing
バーチャルカード発行
Financial Accounts for platforms
金融サービスの構成要素
Capital
融資管理
構築済みコンポーネント
Payment Links
ノーコードの決済用リンク
Checkout
構築済みの決済画面
Elements
セキュアなフロントエンド UI コンポーネント
  • お困りのことがございましたら 、サポートにお問い合わせください。
  • 変更ログをご覧ください。
  • ご不明な点がございましたら、お問い合わせください。
  • LLM は llms.txt を参照してください。
  • Powered by Markdoc