Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds new address fields to Accounts v1 for Singapore compliance


Adds new address fields to Accounts v1 for Singapore compliance

What’s new

Adds two new address parameters on the company hash of the Account object:

  • principal _ place _ of _ business : The primary location where the company conducts its business operations.
  • administrative _ address : The company’s administrative or mailing address, which may differ from its principal place of business.

Both parameters accept a standard address object.

Impact

If you use API-based onboarding for Singapore connected accounts, update your integration to pass these properties when creating or updating an Account. For implementation guidance, see upcoming requirement updates for Singapore.

Changes

ParametersChangeResources or endpoints
administrative_address principal_place_of_businessAddedAccount#create. company Account#update. company Account. company + 1 more Token#create. account. company

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: 2026-07-29. dahlia
  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-25

Is this helpful?