RyzeDeskRyzeDesk

Stripe

4105 articles

Adds the Shared Payment Granted Token for managing payment methods shared by agents


Public preview

Adds the Shared Payment Granted Token for managing payment methods shared by agents Public preview

What’s new

Adds the Shared Payment Granted Token for managing shared payment tokens for agentic commerce use cases. The SharedPaymentGrantedToken object includes the agent_details and usage_limits properties, which provide additional context for token usage.

After you receive a SharedPaymentGrantedToken, you can pass the token using the payment_method_data.shared_payment_granted_token parameter on the PaymentIntent to complete the payment.

This release also includes test helpers to support your integration development:

  • Create a SharedPaymentGrantedToken : Create a token to simulate one being shared by an agent.
  • Revoke a SharedPaymentGrantedToken : Revoke a token to test how your integration handles different revoked token scenarios.

Impact

You can now use the SharedPaymentGrantedToken to accept payments made by authorised agents on a customer’s behalf. This can help expand your payment capabilities beyond traditional customer-initiated transactions.

To learn more, see Shared payment tokens.

Changes

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-04-22. 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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?