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
| Parameters | Change | Resources or endpoints |
|---|---|---|
| specified_commercial_transactions_act_url | Added | Account#create. business_profile Account#update. business_profile Account. business_profile |
| paypay_payments | Added | Account#create. settings Account#update. settings |
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: 2025-08-27. basil
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
