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
Start an integration
Products
Global Payouts
Capital
Issuing cards
    Overview
    How Issuing works
    Global availability
    Manage fraud
    Cards
    Choose your card type
    Virtual cards
    Issue virtual cards
    Physical cards
    Manage cards
    Digital wallets
    Replacement cards
    Card programs
    Program management
    Customize your card program
    Add funds to your card program
    Credit Consumer Issuing
    Controls
    Spending controls
    Advanced fraud tools
    3DS
    Fraud challenges
    Real-time authorizations
    PIN management
    Issuing Elements
    Token Management
    Funding
    Balance
    Postfund your integration with Stripe
    Postfund your integration with Dynamic Reserves
    Purchases
    Authorizations
    Transactions
    Disputes
    Testing
    Merchant categories
    ATM Usage
    Issuing with Connect
    Set up an Issuing and Connect integration
    Update terms of service acceptance
    Connect funding
    Connected accounts, cardholders, and cards
    Embed card management UI
    Credit
    Overview
    Set up connected accounts
    Manage credit terms
    Report other credit decisions and manage AANs
    Report required regulatory data for credit decisions
    Manage account obligations
    Test credit integration
    Additional information
    Choose a cardholder type
    Customer support for Issuing and Treasury
    Issuing watchlist
    Marketing guidance (Europe/UK)
    Product and marketing compliance guidance (US)
Treasury
Manage money
HomeMoney managementIssuing cards

Report required regulatory data for credit decisionsPrivate preview

Learn how to report required regulatory data for credit decisions if your platform is subject to additional reporting for credit programs.

Copy page

Certain platforms that use the CreditUnderwritingRecord API are subject to additional required regulatory reporting that’s mandated by regulators. If your platform is subject to this reporting, you must upload a file containing the necessary regulatory reporting data to Stripe’s Files API, then include the uploaded file’s ID in your request to report a credit decision to the CreditUnderwritingRecord API. You must provide a regulatory_reporting_file at these endpoints:

  • Application-based credit decisions
  • Proactive credit decisions
  • (Optional, unless you’re correcting previously reported data) Corrections to existing credit decisions

Upload regulatory data to the Files API

The Files API allows you to upload files to Stripe’s servers and specify a purpose (in this case, issuing_regulatory_reporting). You must upload the file as a JSON file with this schema:

{ "connect_account_id": "{{CONNECT_ACCOUNT_ID}}", "required_regulatory_reporting": { "marketing_channel": "email", "digital_native": true, "mailing_list_size": 12000, ... // and so forth where each key/value pair is a required reporting field and its value } }

Fields that your platform is subject to report

Looks like your platform is not configured to require additional regulatory reporting. If this is a mistake, please contact support.

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