调至内容部分
创建账户
或
登录
Stripe 文档徽标
/
询问人工智能
创建账户
登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
概览
开始集成
资金与财政
Treasury
Capital
支付管理
发卡
    概览
    Issuing 工作原理
    全球可用
    管理欺诈
    银行卡
    选择银行卡的类型
    虚拟卡
    实物卡
    管理银行卡
    数字钱包
    换卡
    发卡计划
    项目管理
    仅限处理商的 Issuing
    定制您的发卡计划
    向银行卡计划添加资金
    Credit Consumer Issuing
    控制
    限额控制
    高级欺诈工具
    3DS
    欺诈挑战
    实时授权
    PIN 管理
    Issuing Elements
    令牌管理
    筹资
    余额
    后期投资您的 Stripe 集成
    通过动态储备金 (Dynamic Reserves) 进行后融资式集成
    购买记录
    授权
    交易
    争议
    测试
    商家类别
    ATM 的使用
    丰富的商家数据
    用 Connect 发卡
    设置 Issuing 和 Connect 集成
    更新服务条款的接受流程
    Connect 充值
    Connect 子账户,持卡人和银行卡
    不活动 Connect 子账户的停用
    嵌入银行卡管理 UI
    贷记
    概览
    设置 Connect 子账户
    管理信用条款
    报告其他信贷决策并管理 AAN
    报告信贷决策所需的监管数据
    管理账户义务
    测试贷记集成
    额外信息
    选择持卡人类型
    Issuing 和 Treasury 客户支持
    Issuing 监视列表
    营销指南(欧洲/英国)
    产品和营销合规指南(美国)
Global Payouts
管理资金
首页资金管理Issuing cards

Issuing spending controls私人预览

Learn how to use Issuing to set rules on cards and cardholders to control spending.

You can use spending controls to block merchant categories (for example, bakeries), countries, or merchant IDs, and to set spending limits per authorization or per month. You can apply them to both Cards and Cardholders either by setting their spending_controls parameters when you create them or by updating them later.

私人预览

Merchant ID spending controls is in private preview. You must be an Issuing user to participate. To learn more or request access, contact Stripe.

You can set the following spending_controls parameters:

Parameter TypeDescription
allowed_categories arrayList of categories of authorizations to allow. All other categories will be blocked.
blocked_categories arrayList of categories of authorizations to decline. All other categories will be allowed.
spending_limits arrayList of objects that specify amount-based rules.
allowed_merchant_countries arrayList of merchant countries to allow authorizations from. Authorizations from all other countries are blocked.
blocked_merchant_countries arrayList of merchant countries to block authorizations from. Authorizations from all other countries are allowed.

Spending controls run before real-time authorizations and can decline a purchase before the issuing_authorization.request is sent, resulting in a declined issuing_authorization.created event.

Spending limits

Spending limit rules limit the total amount of spending for categories over intervals of time.

The spending_limits parameter of spending_controls is a set of specifications with the following structure:

PropertyTypeDescription
amountintegerMaximum spend, in the currency of the card. Amounts in other currencies are converted to the card’s currency when evaluating this control. This amount is in the card’s currency and in the smallest currency unit.
intervalenumTime interval that the amount applies to. See the Card spending_controls for the possible values. All date-based intervals start at midnight UTC.
categoriesarray (optional)List of categories this limit applies to. Omitting this field will apply the limit to all categories.

Stripe automatically applies the following limits, which you can contact support to disable:

  • If you don’t set spending_limits, a default spending limit of 500 USD per day applies to the newly created card.
  • In addition to the card spending limits you configure, an unconfigurable default spending limit of 10000 USD also applies to each authorization.

Spending aggregation is done on a best-effort basis. You might notice a delay of up to 30 seconds between spend occurrence and spend aggregation.

A card’s spending limits apply across any cards it replaces (that is, its replacement_for card and that card’s replacement_for card, and so on). A cardholder’s spending limits apply across all of their cards.

Each spending limit only applies to its own categories. Spending limits alone do not block categories and should be used with either allowed_categories or blocked_categories to restrict spending to specific business types.

If a cardholder has overlapping spending limits (for example, 100 USD per authorization and 50 USD per authorization for their card), the most restrictive spending control applies.

Additional tips and fees can be posted at a later time, causing a spending limit to be exceeded.

Examples

The following examples demonstrate different uses of spending controls for cards and cardholders.

Limit a cardholder's monthly spend across all of their cards

Limit the spend and allowed categories for a single card

Limit a cardholder's weekly spend for specific categories

此页面的内容有帮助吗?
是否
  • 需要帮助?联系支持。
  • 加入我们的早期使用计划。
  • 查看我们的更改日志。
  • 有问题?联系销售。
  • LLM? Read llms.txt.
  • Powered by Markdoc