Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds Japan-specific fields to the Terminal Locations API


Adds Japan-specific fields to the Terminal Locations API

What’s new

Adds new fields to the Terminal Location resource to support creating locations for addresses in Japan that you can associate with your readers.

Impact

You can now create locations for addresses in Japan and associate them with your readers. This ensures that they automatically download the configuration needed to properly process charges in Japan. The Terminal Location object for Japan requires different fields than other countries. You can’t set the address field for locations in Japan.

The new address_kana and address_kanji fields contain the same fields as the existing address field, with the addition of an optional town field. A valid Terminal Location in Japan must contain:

One or both of:

  • address _ kana
  • address _ kanji

At least one of:

  • display _ name
  • display _ name _ kana
  • display _ name _ kanji

The Terminal Location can optionally contain the phone field.

Changes

ParametersChangeResources or endpoints
address_kana address_kanji display_name_kana display_name_kanji phoneAddedTerminal. Location Terminal. Location#create Terminal. Location#update
FieldsChangeFrom → to
Terminal. Location#create. addressChangedrequired → optional
Terminal. Location#create. display_nameChangedrequired → optional

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-09-30. 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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?