Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Overview
About Stripe payments
Upgrade your integration
Payments analytics
Online payments
OverviewFind your use caseManaged Payments
Use Payment Links
Build a checkout page
Build an advanced integration
Build an in-app integration
Payment methods
Add payment methods
    Overview
    Payment method integration options
    Manage default payment methods in the Dashboard
    Payment method types
    Cards
    Bank debits
    Bank redirects
    Bank transfers
    Credit transfers (Sources)
    Buy now, pay later
    Real-time payments
    Vouchers
    Wallets
      Alipay
      Amazon Pay
      Apple Pay
        Best practices
        Cartes Bancaires with Apple Pay
        Apple Pay recurring transactions
        Apple Pay merchant tokens
        Apple Pay liability shift, disputes, and refunds
      Cash App Pay
      Google Pay
      GrabPay
      Link
      MB WAY
      MobilePay
      PayPal
      PayPay
      Revolut Pay
      Satispay
      Secure Remote Commerce
      Vipps
      WeChat Pay
    Enable local payment methods by country
    Custom payment methods
Manage payment methods
Faster checkout with Link
Payment interfaces
Payment Links
Checkout
Web Elements
In-app Elements
Payment scenarios
Custom payment flows
Flexible acquiring
Orchestration
In-person payments
Terminal
Other Stripe products
Financial Connections
Crypto
Climate
HomePaymentsAdd payment methodsWalletsApple Pay

Cartes Bancaires with Apple Pay

Learn how to integrate Cartes Bancaires with Apple Pay.

Copy page

Note

Stripe only supports EUR payments for Cartes Bancaires with Apple Pay.

Use this guide to enable the Cartes Bancaires payment method in your Apple Pay integration.

Before you begin

To avoid issues with failed payments, take the following steps:

  • Add Cartes Bancaires to your list of enabled networks only if the transaction is in Euros.
  • Only enable Cartes Bancaires with Apple Pay if you support charges through Cartes Bancaires.
  • If you’re a platform using the on_behalf_of parameter, make sure that the on_behalf_of account supports Cartes Bancaires charges. Check an account’s eligibility using the Capabilities API.

Set up Stripe

First, you need a Stripe account. Register now.

Accept Apple Pay

Follow the Apple Pay guide to start accepting Apple Pay.

Add Cartes Bancaires as an enabled network

When your app starts, configure the SDK with Cartes Bancaires as an enabled Apple Pay network.

AppDelegate.swift
Swift
StripeAPI.additionalEnabledApplePayNetworks = [.cartesBancaires]

Test Apple Pay

Apple Pay Wallet can’t save Stripe test card information. Instead, Stripe recognizes when you’re using your test API keys and provides a successful test card token for you to use. This allows you to make test payments using a live card without any charges being applied.

Make sure you test using a Cartes Bancaires card obtained from one of the Apple Pay participating banks.

Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc