调至内容部分
创建账户
或
登录
Stripe 文档徽标
/
询问人工智能
创建账户
登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
概览
关于 Stripe 支付
升级您的集成
支付分析
线上付款
概览查找您的用例Managed Payments
使用 Payment Link
构建结账页面
构建高级集成
构建应用内集成
支付方式
添加支付方式
    概览
    支付方式集成选项
    在管理平台中管理默认支付方式
    支付方式类型
    银行卡
      CIT 和 MIT
      卡的运作机制
      银行卡产品代码
      Cartes Bancaires
      澳大利亚 eftpos
      联名卡合规
      分期付款
    使用 Stripe 余额支付
    加密货币
    银行借记
    银行重定向
    银行转账
    贷记转账(来源)
    先买后付
    实时付款
    付款凭单
    钱包
    按国家启用本地支付方式
    自定义支付方式
管理支付方式
用 Link 更快结账
支付接口
Payment Links
结账
Web Elements
应用内 Element
支付场景
处理多种货币
自定义支付流程
灵活收单
编排
线下支付
Terminal
超越支付功能
成立公司
加密货币
Financial Connections
Climate
了解欺诈
Radar 欺诈保护
管理争议
验证身份
首页付款Add payment methodsCards

Co-badged cards compliance

Learn about EU regulations requiring customer choice for co-badged cards.

Does this regulation apply to me?

Regulation (EU) 2015/751 applies to all businesses in the EEA that can process Cartes Bancaires. Sign in and return to this section to view if co-badged card regulation applies to you.

Applicable in:

丹麦
保加利亚
克罗地亚
冰岛
列支敦士登
匈牙利
卢森堡
塞浦路斯
奥地利
希腊
德国
意大利
拉脱维亚
挪威
捷克
斯洛伐克
斯洛文尼亚
比利时
法国
波兰
爱尔兰
爱沙尼亚
瑞典
立陶宛
罗马尼亚
芬兰
荷兰
葡萄牙
西班牙
马尔他

Regulatory requirements

Regulation (EU) 2015/751 requires businesses in the European Economic Area (EEA) to honor customers’ card brand choice for co-badged cards (for example, Cartes Bancaires cards co-badged with Visa). In practice, this means you must enable cardholders to select a preferred card brand within your checkout form in accordance with these guidelines:

  • Display the available card networks in your checkout form: All available card networks must be clearly identified during the checkout process. The visual quality, clarity, and size of the brand logos must be consistent, and it should be clear to cardholders how to select a card network.
  • Abide by the cardholder’s preferred card network: Where the cardholder chooses their preferred card network, you must use it when confirming a payment or storing card details for future use. If the cardholder doesn’t make a choice, you can choose your card network for the transaction.
  • Allow updates to the preferred card network: You must present cardholders updating their payment methods that are saved for future use with the option to change their preferred card network when they’re updating their payment details. For example, you can provide a customer portal for managing saved payment methods.

When regulation applies

Cartes Bancaires co-badged cards are the only Stripe-supported cards that fall under this regulation. As a result, Regulation (EU) 2015/751 applies to businesses that:

  • Are in the EEA1
  • Can process Cartes Bancaires

1Terminal integrations have specific regional requirements and can only process Cartes Bancaires cards in France.

Connect users

In Connect integrations, the merchant of record on a transaction is the business we use to determine if co-badged regulation applies. Depending on the Connect integration, this can either be the Platform or the Connected account.

Businesses that meet the above criteria are required to present customers with a choice of card network for all transactions that can processed with Cartes Bancaires. A transaction is eligible for Cartes Bancaires if:

  • The business can process Cartes Bancaires
  • The currency is EUR
  • The payment method is a co-badged Cartes Bancaires card

Using sandbox enviornments

Cartes Bancaires is always enabled in sandbox environments. As a result, you might see the network selector on Stripe-hosted UIs in a sandbox even if you don’t enable Cartes Bancaires. This allows you to preview how Stripe-hosted UIs might handle co-badged cards if Cartes Bancaires was enabled.

Integration guides

Stripe-hosted UIs, such as Checkout, Payment Links, Elements, and Stripe Terminal hardware, automatically display a network selector when you meet the applicability criteria, if configured according to the following guides. You can migrate to a Stripe-hosted UI to use these features.

For other integrations, you’re fully responsible for making sure your integration complies with the regulation requirements.

Stripe Checkout supports customer card brand choice by default. Customers who enter a co-badged card in Checkout can select their option for customer card brand choice:

The card input with a co-badged card in Stripe Checkout

Card input with a co-badged card

Identifying network used to process a charge

The charge object associated with a successful payment contains a network field indicating which card network processed the payment. For example, for a transaction using a card, you can identify the network as follows:

{ "id": "ch_1Ff52K2eZvKYlo2CWe10i0s7", "object": "charge", ... "payment_method_details": { "card": { "brand": "visa", ... "network": "cartes_bancaires", }, "type": "card" } }

If you’re using a Terminal integration, review the specific regional requirements for how to identify the network used.

Testing

You can use the following co-badged cards to test your integration:

NumberBrandCVCDate
Cartes Bancaires or VisaAny 3 digitsAny future date
Cartes Bancaires or MastercardAny 3 digitsAny future date

If you’re using a Terminal integration, review the simulated test cards for cards that can be used with a simulated reader to verify network routing.

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