DEV Community

t49qnsx7qt-kpanks
t49qnsx7qt-kpanks

Posted on

payments infrastructure for software-native buyers

stripe sessions 2025 featured a talk on how AI agents will reshape buying and selling — and the key insight is that commerce is increasingly happening without a human at checkout.

what that means for payments infrastructure:

1. API-first, not form-first

checkout forms assume a human filling fields. agents need structured APIs with:

  • product catalog (SKU, price, inventory)
  • dynamic pricing (volume discounts, promo codes)
  • payment methods (card, ACH, stablecoin)

2. negotiation primitives

merchants will need to expose "best price for quantity X delivered by date Y" as an API endpoint, not a sales call.

3. agent identity and credit

if an agent places a $12K order, the merchant needs to know:

  • is this agent authorized to spend that much?
  • what's the agent's payment history? (dispute rate, return rate)
  • who's liable if the order is fraudulent?

mnemopay's agent fico score gives merchants a 300-850 credit score for each agent, based on 90 days of transaction history. agents with scores above 700 can get net-30 terms. agents below 600 get flagged for human review.

stripe is right — the shift is already happening. the infrastructure to support it is 12-18 months behind.

Top comments (0)