# Machine payments

Enable machine payments with Stripe.

Monetizing an API or service typically requires account creation, subscription selection, and payment entry. These flows require human input, which blocks agents from completing tasks autonomously.

Machine payments let agents pay for APIs and services programmatically. Your server returns a payment challenge, the agent presents a valid payment credential, and Stripe settles the payment to your Stripe balance.

Machine payments on Stripe works best with the Machine Payments Protocol (MPP) that is able to accept card and stablecoin payments. Stripe also supports stablecoin payments over the x402 protocol.

## Start accepting payments from agents

Learn how to accept machine payments from agents.
[Get started](https://docs.stripe.com/payments/machine/mpp.md)
## Features

Integrating with Stripe means reconciliation, reporting, and the rest of your Stripe workflows continue to work as expected.

|  |
| **Stripe payments** | Payments land directly in your Stripe balance and settle in fiat. Metrics, reporting, and multi-currency payouts work the same as any other payment in Stripe. |
| **Refunds** | Refunds are available through the [Refunds API](https://docs.stripe.com/refunds.md) and in the Dashboard. |
| **Microtransactions** | For stablecoin payments, the minimum amount is 0.01 *USDC* (A cryptocurrency that's pegged to the value of a fiat currency or other asset in order to limit volatility). For card payments through [SPTs](https://docs.stripe.com/agentic-commerce/concepts/shared-payment-tokens.md), the minimum amount is 0.50 USD. |
| **Stripe Connect** | Machine payments are available for Connect platforms across all charge types. |

## Availability

Stripe supports machine payments in more than 30 countries and across multiple payment methods.

### Machine payments with cards

MPP supports fiat payments using cards with [Shared payment tokens](https://docs.stripe.com/agentic-commerce/concepts/shared-payment-tokens.md) (SPTs). You can accept shared payment tokens in the US and Canada, in [all Stripe-supported currencies](https://docs.stripe.com/currencies.md), and issue them from the [Link Agent Wallet](https://link.com/agents).

### Machine payments with stablecoins

Stripe supports stablecoin payments on both MPP and x402 protocols across the following networks and currencies.

> Stablecoin payments are available to businesses in all US states, except New York. For businesses operating outside of the US, email [machine-payments@stripe.com](mailto:machine-payments@stripe.com) with your Stripe account ID to request access to stablecoin payments in 30+ countries.

| Protocol | Network | Currency |
| --- | --- | --- |
| MPP | Tempo | USDC.e |
| MPP | Solana | USDC |
| x402 | Base | USDC |

## Integration guides

Learn how to add machine payments to any API or service using MPP or x402.

[Machine Payments Protocol (MPP)](https://docs.stripe.com/payments/machine/mpp.md): Use MPP to accept machine payments from agents.

[x402](https://docs.stripe.com/payments/machine/x402.md): Use x402 to accept machine payments from agents.

[Starter code](https://github.com/stripe-samples/machine-payments)
