RyzeDeskRyzeDesk

Stripe

4105 articles

Adds the contact phone parameter to the Accounts API


Adds the contact phone parameter to the Accounts API

What’s new

Adds the optional contact_phone parameter to the Account resource and its create and update methods, as well as the create method for Account Tokens. You can use this parameter to specify a default contact phone number for the account.

The contact_phone parameter accepts phone numbers in E.164 format.

Impact

You can provide a contact phone number when creating or updating accounts. This parameter is optional and doesn’t affect existing integrations.

Changes

ParameterChangeResources or endpoints
contact_phoneAddedV2. Core. Account V2. Core. Account#create V2. Core. Account#update + 1 more V2. Core. AccountToken#create

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-01-28. clover
  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?