# Brian Booms Commission Single – x402 Micropayment

> Brian Booms Commission Single – x402 Micropayment is a paid API for AI agents from pay.brianbooms.com, paid per call via x402, $99/call, status unknown (last checked 2026-09-14).

Purchase a commissioned single music pack from Brian Booms using x402 micropayment on Base, paid in USDC

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/commission-single
- Price: $99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brian-booms-commission-single-x402-micropayment-768cfb9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CNu1tU78kXJvZjLFhTS8Z

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 brian-booms-commission-single-x402-micropayment-768cfb9c
```

Example prompt: Commission a single from Brian Booms — pay the $99 USDC fee and get back the music pack as JSON.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously commission and receive a music single using on-chain crypto micropayments (x402/Base/USDC), particularly in agent-native or Web3 workflows where traditional payment rails (DistroKid, Gumroad) are not appropriate. Not suitable for human-facing storefronts or fiat-payment flows.

## Known failure modes

- Insufficient USDC balance — payment rejected by x402 protocol
- Network or Base blockchain congestion causing payment timeout
- Invalid or missing format parameter returning a 400 error
- x402 facilitator unavailable causing payment processing failure
- Suno generation failure resulting in empty or error pack delivery

## How this service works

Paid agent packs via x402 on Base. Music Made with Suno (disclosed). Free brief at https://brianbooms.com/for-agents. Agent micropay is NOT a DistroKid or Gumroad order; humans buy Worthy mug via DistroKid print-on-demand. V3.6: automated fulfillment (instant license certificates, member tokens), $0.99 impulse tier, agent-only micro-store ($0.02-$0.25) at /api/v1/agent-store/.

## Output

A JSON object containing the commissioned single music pack details, including delivery information and track assets generated via Suno AI, returned after successful x402 USDC micropayment on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brian-booms-commission-single-x402-micropayment-768cfb9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.brianbooms.com](https://www.zero.xyz/host/pay.brianbooms.com/llms.txt)
