コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
財務の自動化
プラットフォームおよびマーケットプレイス
資金管理
開発者向けのツール
始める
支払い
財務の自動化
始める
支払い
財務の自動化
プラットフォームおよびマーケットプレイス
資金管理
概要
導入を開始
商品
グローバル入金
Capital
カードを発行する
    概要
    Issuing の仕組み
    利用可能な国
    不正使用に対応する
    カード
    カードタイプを選択する
    バーチャルカード
    バーチャルカードを発行する
    物理カード
    カードを管理する
    デジタルウォレット
    再発行カード
    カードプログラム
    プログラム管理
    Processor-only Issuing
      Integrate processor-only Issuing
    カードプログラムをカスタマイズする
    カードプログラムに資金を追加する
    Credit Consumer Issuing
    管理
    支出管理
    高度な不正利用防止ツール
    3DS
    不正利用に関するチャレンジ
    リアルタイムのオーソリ
    PIN 管理
    Issuing Elements
    トークン管理
    資金調達
    残高
    Stripe の実装に後から資金を追加する
    動的リザーブの実装に後から資金を追加する
    購入
    オーソリ
    取引
    不審請求の申請
    テスト
    加盟店カテゴリ
    ATM の利用
    Connect 付きの Issuing
    Issuing と Connect の実装を設定
    利用規約への同意を更新
    Connect の資金
    連結アカウント、カード保有者、カード
    埋め込みカード管理 UI
    貸方
    概要
    連結アカウントを設定する
    クレジット規約を管理する
    その他の与信判断を報告して AAN を管理
    与信判断に必要な規制に関するデータの報告
    アカウントの債務を管理する
    クレジット連携のテスト
    追加情報
    カード保有者タイプを選択する
    Issuing と Treasury の顧客サポート
    Issuing ウォッチリスト
    マーケティングのガイドライン (ヨーロッパ/イギリス)
    製品のマーケティングとコンプライアンスのガイドライン (アメリカ)
Treasury
資金の管理
ホーム資金管理Issuing cards

注

このページはまだ日本語ではご利用いただけません。より多くの言語で文書が閲覧できるように現在取り組んでいます。準備が整い次第、翻訳版を提供いたしますので、もう少しお待ちください。

Processor-only Issuing

Manage your Issuing program, including regulatory requirements, compliance, and licensing.

ページをコピー

When you choose the process-only management model, Stripe Issuing (also known as the Issuer Processor) integrates with the card network, card manufacturer, and the BIN sponsor through you. The card network configures BINs on their system with Stripe as the processor. Additionally, proprietary hardware, that networks route to Stripe, receives the data.

概要

To set up processor-only Issuing, you begin by establishing an authorization endpoint for real-time decisions, and integrating with the Transaction and Settlement APIs. This helps you stay informed about events from Stripe and the card network. These events also inform your ledger and daily settlement activities with the BIN sponsor.

After you set this up, Stripe creates the cardholder in your Stripe account, issuing a card to them on behalf of the BIN sponsor. For Issuer Processor configurations, there’s no funding of the cardholder account or the card itself, nor is there a central Issuing Balance held with one of Stripe’s partners. Instead, Stripe contacts your authorization endpoint so you can approve or decline transactions based on the state of the cardholder’s balance (outside of Stripe).

From there, the Acquirer sends card transactions, such as authorization or clearing, to Stripe through the card network. As Stripe receives these messages, they’re processed according to the authorization responses received from you, or processed according to preconfigured spend controls or fraud tools.

Finally, the Issuer holds the financial account for settlement with the card network, and receives daily transfers from you to top up funds. Stripe calculates the amount to settle based on clearing files received from the card network so you can meet the funding obligation.

始める

Before you get started, you need to create a Stripe account, and activate Issuing in test mode.

Funding responsibilities

When it comes to funding, you’re responsible for:

  • Operating your card program with your bank.

  • Defining the funding methodology, ledgering, and money movement.

  • Creating and maintaining the ledger of cardholder balances using the Stripe Disputes, Transactions, and Settlement APIs, or events and transactions from your money’s wallet.

Program management

To set up your program management:

  • Sign a BIN sponsor in a licensed country and deploy it locally.
  • License the BIN through the card network.
  • Share BIN details with Stripe for installation.
  • Develop onboarding flows that adhere to Know Your Customer (KYC) requirements.
  • Implement compliance policies and procedures.
  • Set up and configure a settlement account at an issuing bank.

Set up the back end

To set up the back end for the process-only model, see Integrate processor-only Issuing.

Handle transactions

You need to use the synchronous webhook to approve each authorization based on the available balance for your cardholder ledger. Handling transactions has four distinct parts:

  • Real-time authorizations: The primary mechanism for implementing business logic for approving or rejecting transactions, whether because of lack of funds, suspected fraud, or other reasons.

  • Transactions: Familiarize yourself with the different transaction types that you can show to the cardholder. You can ignore references to balance transactions, because this concept doesn’t apply to this model.

  • Disputes: Use the Disputes API to create a dispute, then provisionally credit the cardholder’s account outside of Stripe, and ahead of a win or loss outcome. Monitor the dispute. If the status is lost, the network increases your settlement obligation by the disputed amount at the end of the day. You can then recover these funds from the cardholder to meet the obligation.

  • ATM withdrawals: ATM withdrawals aren’t enabled by default, so you need to request approval for your use case.

  • PIN management: You can use the Stripe API and Stripe Elements to manage and view PINs on your issued cards.

Configure spend controls

To set up spend controls, you must learn how to:

  • Decline authorizations when you have a mismatch in verification values.

  • Block higher-risk Merchant Category Codes (MCC) (for example, gambling in states where it’s banned).

  • Block specific countries if you suspect fraud (for example, the card is in a different location to the application).

  • Enable SMS challenges.

  • Ship deactivated cards using the activation flow.

  • Deactivate lost or stolen cards.

  • Set up transaction fraud controls and tools.

  • Use merchant categories.

  • Manage network tokens on your cards.

  • (Optional) Enroll cards in 3D Secure.

Set up the front end

Setting up the front end involves creating a design for your physical or virtual card.

Create a card design

To create custom physical cards, you need to upload your design through the Stripe Dashboard. All designs require advance review by both the BIN sponsor and network. To avoid delays, submit your designs early, allowing ample time for turn-around and review of the printed cards.

Digital card art

The process for digital card art is the same as that of physical cards. Ensure consistency between your physical and digital card art to maintain brand cohesion.

Integrate 3D Secure (3DS)

For accounts that have enabled 3DS and use hosted flows, Stripe has partnered with providers to offer 3DS verification flows that you can partially co-brand. This integration simplifies the security process for your cardholders. However, this feature isn’t necessary when using in-app verification, also known as Issuer App Authentication.

Legal, compliance, and marketing considerations

You and the BIN sponsor are responsible for handling the legal and compliance aspects of your card program. You must develop a cardholder agreement and a comprehensive terms of service (TOS). You need these documents to establish your card program’s legal framework, and to protect both your business and cardholders.

You’re also responsible for anything related to the marketing of your card program, including email campaigns, banner advertisements, and other promotional content. When creating these materials, work closely with your BIN sponsor to make sure that all content aligns with regulatory requirements and brand guidelines.

Set up accounting practices

You need to have effective accounting practices for managing your Stripe Issuing program. From reconciling transactions to generating detailed reports, these processes help you remain transparent and compliant.

BIN sponsor settlement

BIN sponsor settlement involves several tasks. First, you need to create and maintain a ledger of cardholder balances to keep track of all account activities. You can reconcile incoming and outgoing transactions by using the Settlement API. This allows you to cross-reference with the settlement files that you receive directly from the card network.

You must fund the account at the time of settlement by moving funds from individual demand deposit accounts (DDAs). Additionally, you’re responsible for reporting program details to the BIN sponsor, including information about cards, cardholders, and other relevant data.

Reporting and data analysis

The Stripe Dashboard offers basic reporting capabilities, suitable for quick overviews and day-to-day monitoring. For more advanced reporting needs, you can use Stripe Sigma to create custom reports using SQL queries.

If you require even more extensive data analysis capabilities, Stripe Data Pipeline lets you export Stripe data directly into your data warehouse. Use this feature if you have a businesses with complex reporting needs or if you want to integrate Stripe data with other business intelligence tools.

Additionally, the Settlement API helps you reconcile settlement amounts against the network settlement report values, ensuring accuracy in your financial records. For in-house reporting, you can store webhook and API responses, such as authorizations and transactions. This gives you detailed and customizable data for internal analysis.

参照情報

  • 物理カード
  • Issuing のバーチャルカード
  • Replacement cards
このページはお役に立ちましたか。
はいいいえ
お困りのことがございましたら 、サポートにお問い合わせください。
早期アクセスプログラムにご参加ください。
変更ログをご覧ください。
ご不明な点がございましたら、お問い合わせください。
LLM ですか?llms.txt を読んでください。
Powered by Markdoc