RyzeDeskRyzeDesk

Stripe

4105 articles

Adds a demographic information hash to the Persons API


Adds a demographic information hash to the Persons API

What’s new

Introduces the us_cfpb_data hash in the Persons API, which contains two sub-hashes, ethnicity_details and race_details, and a free text field for the person’s self-identified gender. Each sub-hash includes fields, allowing for multiple enum values and free text input to describe the person’s ethnicity or race.

This change complies with Section 1071 of the Dodd-Frank Act, which requires providers of small business financing in the US to collect demographic information about applicants. Stripe’s financial partners report this information to the the related setting, which analyses potential disparities in business financing. The information shared with the the related setting is anonymised to protect the identity of applicants.

Command Line

Impact

This addition ensures compliance with Regulation 1071 by requiring providers of small business financing to collect demographic information about applicants for financing.

Changes

ParameterChangeResources or endpoints
us_cfpb_dataAddedPerson#create Person#update Person + 1 more Token#create.person

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-04-30. basil
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?