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
| Change | Resource | |
|---|---|---|
| Added | SharedPayment. IssuedToken | |
| Endpoints | Change | Resource |
| create retrieve revoke | Added | SharedPayment. IssuedToken |
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: 2026-04-22. preview
- 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.
