调至内容部分
创建账户或登录
Stripe 文档徽标
/
询问人工智能
创建账户登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
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"
: 
1767700862
,
"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 Intent

按产品浏览

付款
Payments
线上付款
Terminal
线下付款和全渠道付款
Connect
面向平台的 Payments
Radar
欺诈与风险管理
Climate
碳移除
Identity
在线身份验证
Financial Connections
关联用户的金融账户
Crypto
通过加密货币接受、入金或提现
销售收入
Billing
订阅与经常性付款
Tax
销售税与增值税自动化
Revenue Recognition
会计自动化
Sigma
自定义报告
Data Pipeline
数据仓库同步
Atlas
初创公司注册
资金管理
Issuing
制卡
Financial Accounts for platforms
金融服务构建模块
Capital
企业融资
预构建组件
Payment Links
无代码付款
Checkout
预构建的 Stripe 托管结账页面
Elements
安全的前端用户界面组件
  • 需要帮助?联系支持。
  • 查看我们的更改日志。
  • 有问题?联系销售。
  • LLM? Read llms.txt.
  • Powered by Markdoc