Public preview
Adds the Orchestrated Commerce Agreements API to manage relationships for agentic commerce integrations Public preview
What’s new
Adds the Orchestrated Commerce Agreements (OCAs) API to help you manage relationships with other businesses for agentic commerce integrations. You can use the Agreements API to create, confirm, list, retrieve, and terminate agreements programmatically.
This API also includes webhook events that notify you when an agreement state changes, including: created, partially_confirmed, confirmed, or terminated.
Impact
Orchestrated Commerce Agreements establish the permissions needed to issue and process Shared Payment Tokens (SPTs) between an agent and seller. When an agent issues their first SPT to a seller, Stripe automatically creates and confirms an agreement on behalf of the agent. Processing a payment with the SPT confirms the agreement on behalf of the seller.
To establish agreements manually, use the create method to initiate an agreement and the confirm method to finalize it. Either party can terminate the agreement at any time to revoke access.
Set up webhook endpoints to listen for agreement state change events ( created, confirmed, partially_confirmed, terminated) so your application can automatically respond to agreement updates and trigger the applicable business workflows in your system.
Changes
| Change | Resource | |
|---|---|---|
| Added | V2. OrchestratedCommerce. Agreement | |
| Endpoints | Change | Resource |
| confirm create list retrieve terminate | Added | V2. OrchestratedCommerce. Agreement |
| Change | Event type | |
| V2OrchestratedCommerceAgreementConfirmedEvent V2OrchestratedCommerceAgreementCreatedEvent V2OrchestratedCommerceAgreementPartiallyConfirmedEvent V2OrchestratedCommerceAgreementTerminatedEvent | Added | V2.OrchestratedCommerce.Agreement |
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.
