Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds PayPay settings to the Account object


Adds PayPay settings to the Account object

What’s new

We added two new fields to the Account object to store additional information required for onboarding connected accounts to PayPay:

  • settings. paypay _ payments. goods _ type
  • business _ profile. specified _ commercial _ transactions _ act _ url

Impact

Connect platforms can now onboard connected accounts to PayPay by using the Accounts API. PayPay requires additional information about the connected account to process onboarding requests. If you update any of these new fields, PayPay automatically attempts onboarding for the applicable connected account.

Changes

ParametersChangeResources or endpoints
specified_commercial_transactions_act_urlAddedAccount#create. business_profile Account#update. business_profile Account. business_profile
paypay_paymentsAddedAccount#create. settings Account#update. settings

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-08-27. 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 .
  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?