调至内容部分
创建账户
或
登录
Stripe 文档徽标
/
询问人工智能
创建账户
登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
概览
关于 Stripe 支付
升级您的集成
支付分析
线上付款
概览查找您的用例Use Managed Payments
使用 Payment Link
Use a prebuilt checkout page
Build a custom integration with Elements
构建应用内集成
支付方式
添加支付方式
管理支付方式
用 Link 更快结账
支付接口
Payment Links
结账
Web Elements
应用内支付
支付场景
处理多种货币
自定义支付流程
灵活收单
编排
线下支付
Terminal
    概览
    接受线下付款
    集成设计
    选择读卡器
    设计集成
    快速开始
    示例应用
    测试
    Terminal 设置
    设置您的集成
    连接读卡器
    接受付款
    收取银行卡付款
    其他支付方式
    支持线下支付
    邮购和电话订购付款
    地区考虑因素
    结账过程中
    收取小费
      收到货后收取小费
      用读卡器收取小费
    收集并保存付款详情以供将来使用
    灵活授权
    结账后
    退款交易
    提供收据
    自定义 Checkout
    购物车显示
    收集屏幕输入内容
    收集刷卡数据
    收集 NFC 设备的轻触数据
    设备上的应用程序
    管理读卡器
    订购、退回、更换读卡器
    注册读卡器
    管理位置和区域
    配置读卡器
    监控读卡器
    参考
    API 参考
    移动读卡器
    智能读卡器
    SDK 迁移指南
    部署检查表
    Stripe Terminal 读卡器产品表
超越支付功能
成立公司
加密货币
Financial Connections
Climate
了解欺诈
Radar 欺诈保护
管理争议
验证身份
首页付款Terminal

Collect tips

Learn about the different ways you can collect tips from customers.

Use Terminal to collect tips from your customer before or after authorizing a payment. You can collect voluntary tips in two ways:

  • On-receipt tipping: Tips are collected when the payment is captured. This method is most commonly used when collecting tips on printed paper receipts.
  • On-reader tipping: The card reader suggests tips to customers before collecting payment.

For mandatory tips, you must include the tip amount in the original PaymentIntent amount. You can’t use on-receipt or on-reader tipping.

On-receipt versus on-reader tipping

The table below outlines some differences between on-receipt tipping and on-reader tipping.

On-reader tippingOn-receipt tipping

Country

BBPOS WisePad 3:

支持的国家/地区:

Stripe Reader S700 and BBPOS WisePOS E:

支持的国家/地区:

Reader

BBPOS WisePad 3

BBPOS WisePOS E

Stripe Reader S700

Any

Integrations/SDKs

BBPOS WisePad 3:

  • Android SDK
  • iOS SDK
  • React Native SDK

BBPOS WisePOS E and Stripe Reader S700:

  • All SDKs, server-driven

All SDKs, server-driven

Merchant categoryAnyRestricted
Card brandAnyVisa, Mastercard, American Express, Discover
Tipping limitMaximum charge amount for the total amount inclusive of the tip, which is eight or nine digits depending on the currencyMaximum charge amount for the total amount inclusive of the tip
Customer experienceTips suggested on the readerTips set with custom integration on the point of sale or on a paper receipt
Customer credit card statementShows the payment amount inclusive of the tip, without waiting for settlementShows an initial pending authorization that’s later updated to reflect the initial amount inclusive of the tip

How tips are displayed on-receipt or on-reader

On-receipt and on-reader tipping use the PaymentIntents API, work with all Terminal SDKs, and require manual capture.

注意

Choose only one tipping method per PaymentIntent. If you use on-reader tipping, you can’t use the same PaymentIntent for on-receipt tipping.

The table below summarizes the specific API behavior.

On-reader tippingOn-receipt tipping
Tips in the API requestThe reader automatically adds the customer-selected tip when processing a payment.You add the tip amount and pass the total amount_to_capture when capturing a PaymentIntent. The amount_to_capture field is inclusive of the tip.
Tips and API response amountThe amount_details object appears in the API response when processing a payment. The tip amount is returned in the amount_details object.Tips aren’t directly represented but can be derived from the Charge object. The amount in the PaymentIntent capture response is inclusive of the tip.

Tips in the underlying Charge object

Tips aren’t directly represented in the Charge object.

After capture, the fields below all show the same value inclusive of the tip.

  • amount
  • amount_authorized
  • amount_captured

Tips can be derived from the Charge object. You can derive the tip by subtracting amount_authorized from amount.

  • amount_authorized is the original authorized amount exclusive of the tip.
  • amount_captured and amount are the same and both are inclusive of the tip.
此页面的内容有帮助吗?
是否
  • 需要帮助?联系支持。
  • 加入我们的早期使用计划。
  • 查看我们的更改日志。
  • 有问题?联系销售。
  • LLM? Read llms.txt.
  • Powered by Markdoc