# httpay.xyz API Gateway: Stripe API

> httpay.xyz API Gateway: Stripe API is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Proxies any Stripe REST API request through a pay-per-call x402 gateway, enabling agents to access Stripe's full API without holding a Stripe API key directly

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/stripe/%7B*path%7D
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-api-gateway-stripe-api-f6e91bf7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2BgH3VOhOUml8nmJKRNQI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability httpay-xyz-api-gateway-stripe-api-f6e91bf7 -d '<json body>'
```

Example prompt: Create a Stripe payment intent for $49.99 USD for customer cus_ABC123 — use the Stripe payment intents endpoint to initiate the charge.

## When to prefer this

Use this endpoint when an AI agent needs to interact with Stripe's payment API but does not have direct access to a Stripe secret key, or when you want to pay per-call via x402/USDC microtransactions rather than managing Stripe credentials. Ideal for agents operating in trustless or credential-free environments.

## Known failure modes

- Invalid Stripe API path returns 404 or passthrough error from Stripe
- Malformed request body causes Stripe validation error (400)
- Insufficient x402 payment causes 402 Payment Required before proxying
- Stripe API rate limit exceeded returns 429 from underlying Stripe
- Missing required Stripe parameters returns Stripe error object
- Gateway timeout if Stripe is slow to respond

## How this service works

API Gateway: Stripe API

## Output

The raw Stripe API JSON response for the requested operation, including objects like PaymentIntent, Customer, Subscription, Charge, or Invoice with their full field sets as returned by Stripe's API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-stripe-api-f6e91bf7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
