Menu
Stripe Blog·March 3, 2026

Stripe's Agentic Commerce Platform: Supporting Diverse Payment Methods with Shared Payment Tokens

This article discusses Stripe's expansion of Shared Payment Tokens (SPTs) to support additional payment methods like agentic network tokens (Mastercard Agent Pay, Visa Intelligent Commerce) and Buy Now, Pay Later (BNPL) options (Affirm, Klarna) for agentic commerce. It highlights the architectural approach of abstracting payment complexity from sellers and agents, using network-issued secure digital credentials, and integrating third-party BNPL providers, all while ensuring security and a consistent customer experience.

Read original on Stripe Blog

Stripe's agentic commerce platform leverages Shared Payment Tokens (SPTs) as a core primitive to enable AI agents to initiate payments on behalf of customers without exposing sensitive underlying payment credentials. The system is designed to abstract the complexities of various payment methods, providing a unified interface for agents and sellers.

Architectural Abstraction with Shared Payment Tokens (SPTs)

The fundamental design principle revolves around SPTs. From an architectural standpoint, SPTs serve as an abstraction layer, allowing agents to interact with a single token type while Stripe handles the intricate provisioning and management of diverse underlying payment credentials. This includes network-led agentic tokens from Mastercard and Visa, as well as BNPL tokens from providers like Affirm and Klarna.

Agentic Network Tokens Integration

  • Secure Digital Credentials: Agentic network tokens are network-issued, secure digital credentials that enable authorized AI agents to initiate payments without direct access to card details.
  • Token Provisioning: When a customer authorizes an agent, Stripe provisions an agentic network token from Mastercard or Visa, scoped to the customer's intent.
  • Cross-Seller Usage: Agents can use these tokens across any seller accepting agentic payments and wherever Mastercard/Visa is accepted, with the network handling secure credential translation, verification, and authorization.
  • Dynamic Mapping: Similar to card-on-file network tokens, payment networks automatically map the agentic network token to the latest FPAN (Funding Primary Account Number) during authorization requests, ensuring up-to-date credential usage and enhanced fraud management.

Buy Now, Pay Later (BNPL) Integration

Integrating BNPL methods like Affirm and Klarna into agentic transactions maintains a consistent customer experience. Stripe manages the communication with BNPL providers, presenting their confirmation pages through the agent's UI, while handling seller credential passing behind the scenes. This allows agents to offer flexible payment options without needing to understand the specific BNPL provider's API or flow.

ℹ️

System Design Implication: Decoupling and API Design

The use of SPTs demonstrates a robust API design principle: decoupling the client (AI agent, seller) from the complexity of backend payment processing and varied payment methods. This allows for easier onboarding of new payment methods and reduces the integration burden on downstream services, enhancing scalability and maintainability of the payment ecosystem.

Overall, Stripe's approach emphasizes a secure, scalable, and flexible payment infrastructure for the emerging agentic economy, focusing on abstracting complexity and providing a unified developer experience while ensuring compliance and security at the payment network level.

Payment GatewayAgentic CommercePayment TokensAPI AbstractionDistributed PaymentsBNPLTokenizationFintech

Comments

Loading comments...