RyzeDeskRyzeDesk

Stripe

4105 articles

Adds WeChat Pay payment method options to the Checkout Session response


Adds WeChat Pay payment method options to the Checkout Session response

What’s new

The wechat_pay property is now included in the payment_method_options hash returned when you retrieve a Checkout Session. This property exposes the WeChat Pay configuration for the session, including the following properties:

  • app_id : The app ID registered with WeChat Pay.
  • client : The client type used for the payment.
  • setup_future_usage : Indicates whether the payment method is saved for future use.

Previously, these parameters were available when creating a Checkout Session but were absent from the retrieve response.

Impact

You can now read WeChat Pay payment method configuration directly from the Checkout Session object when you retrieve a session. If your integration retrieves session details to inspect or display payment method options, the wechat_pay property is now available in the response.

Changes

ParameterChangeResources or endpoints
wechat_payAddedCheckout. Session. payment_method_options

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-06-24. dahlia
  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?