# httpay.xyz Stripe Payment Links Gateway

> httpay.xyz Stripe Payment Links Gateway 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).

Creates Stripe payment links via an x402-authenticated API gateway, proxying requests to the Stripe payment links API

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/stripe/payment_links
- 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-stripe-payment-links-gateway-3a932c3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NOfqWAv-EfWVeYSFcYC00

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-stripe-payment-links-gateway-3a932c3e -d '<json body>'
```

Example prompt: Create a Stripe payment link for my product 'Annual Coaching Package' priced at $299 USD, limited to 1 unit per customer, and redirect buyers to https://mysite.com/thank-you after payment.

## When to prefer this

Choose this endpoint when you need to programmatically create Stripe payment links without managing your own Stripe API keys, and want to pay per-call using USDC via the x402 protocol. Ideal for agents or apps that need lightweight, keyless access to Stripe's payment link creation capability in a pay-as-you-go model.

## Known failure modes

- Invalid Stripe API key or gateway authentication failure — 401 Unauthorized
- Malformed request body missing required fields like price or currency — 400 Bad Request
- Stripe API rate limit exceeded — 429 Too Many Requests
- x402 payment not processed or insufficient USDC balance — 402 Payment Required
- Stripe account not enabled for payment links — 403 Forbidden
- Network timeout connecting to Stripe upstream — 504 Gateway Timeout

## How this service works

API Gateway: Stripe API

## Output

Returns a Stripe payment link object including the hosted URL customers can visit to complete payment, the link ID, creation timestamp, and configuration details such as currency, line items, and active status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-stripe-payment-links-gateway-3a932c3e/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)
