Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for PayPay to Accounts


Public preview

Adds support for PayPay to Accounts Public preview

What’s new

Connect platforms can now onboard connected Accounts to PayPay.

PayPay requires additional information about the connected account to process onboarding requests. Use these two new fields to provide them:

  • settings.paypay_payments.goods_type
  • business_profile.specified_commercial_transactions_act_url

After updating these fields, your platform can enable PayPay support by requesting the paypay_payments Capability for the account.

Impact

PayPay is a popular digital payment platform and mobile wallet service in Japan. Connect platforms can now enable their connected accounts to use PayPay with their customers.

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-11-17. preview
  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?