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
| Parameters | Change | Resources or endpoints |
|---|---|---|
| administrative_address principal_place_of_business | Added | Account#create. company Account#update. company Account. company + 1 more Token#create. account. company |
Upgrade
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
Related changes
- Adds the ability to show who initiated a top-up
- Adds Payment Method support to Top-ups
- Adds a new Smart Disputes management feature to Account Session embedded components
- Adds new address fields to Accounts v2 for Singapore compliance
- Enables rejecting connected accounts with non-zero balances and controlling whether to pause payouts
- Adds the ability to reverse platform rejections on connected accounts
