Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds the SharedPaymentIssuedToken resource to allow agents to give sellers scoped access to a customer's credentials


Public preview

Adds the SharedPaymentIssuedToken resource to allow agents to give sellers scoped access to a customer's credentials Public preview

What’s new

Adds the SharedPaymentIssuedToken resource, which allows you to create, retrieve, and revoke shared payment tokens that allow trusted agents to make payments on behalf of customers.

The SharedPaymentIssuedToken object includes the network_business_profile field, which provides additional business context for token usage.

The API provides three main endpoints:

  • Create a SharedPaymentIssuedToken with POST /v1/shared _ payment/issued _ tokens
  • Retrieve a SharedPaymentIssuedToken with GET /v1/shared _ payment/issued _ tokens/{shared _ payment _ issued _ token}
  • Revoke a SharedPaymentIssuedToken with POST /v1/shared _ payment/issued _ tokens/{shared _ payment _ issued _ token}/revoke

Impact

You can integrate SharedPaymentIssuedToken into your agentic commerce platform to help improve the security of delegated payment processing. This allows trusted sellers to make payments on behalf of your customers without directly handling sensitive payment information.

The validation system automatically ensures compliance with Orchestrated Commerce Agreements, helping reduce the integration complexity for platforms that manage multiple payment relationships.

Changes

ChangeResource
AddedSharedPayment. IssuedToken
EndpointsChangeResource
create retrieve revokeAddedSharedPayment. IssuedToken

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