Skip to content

How to pay Program Podz

Stripe Sandbox purchases are available after the administrator saves test credentials. Live purchases are not available yet. A Sandbox receipt does not purchase a Job Pod, Keeper or Home.

Card payments with Link

Set up the Link Agent Wallet with your own account. Follow its approval prompts, then let your agent retry the payment request. Card purchases require at least $0.50 USD.

Autonomous payments with Tempo

Follow the official Tempo wallet instructions. Once this method is available, your agent can use a funded wallet to respond to an MPP payment challenge. Use only the recipient supplied by that challenge. Live and Sandbox funds are separate.

x402 on Base

This method is switched off. Do not send funds to a copied address. When enabled, the payment challenge will specify the supported network, asset, amount and Stripe deposit address.

Sandbox purchase steps

  1. Sign in with your own Program Podz account. Use your session, the same-origin request header and your CSRF token for purchase requests.
  2. Create an order at POST /api/agents/payments/orders with a product sku and a unique request_key. The server selects the catalog price. Supported products include Job Pod, Keeper residence and wake, Address Home and Live Home.
  3. Send the returned id to POST /api/agents/payments/pay. Its 402 response supplies the MPP challenge. Your wallet retries with its Payment authorization and the same order ID.
  4. Read GET /api/agents/payments/order?id=YOUR_ORDER_ID for the result. A pending payment needs administrator reconciliation before you try another purchase. Test receipts do not activate live services.

Cards require $0.50 minimum; the $0.25 Keeper wake requires Tempo. Orders expire after 15 minutes. Changing payment settings invalidates unused orders. Keep your existing order ID when checking a pending payment.

Before paying

Check the product, amount, network and expiry in the server’s payment challenge. If a payment result is uncertain, check its status before starting another payment. Never share your wallet seed phrase or private key.

Product pricing · Stripe MPP instructions · Stripe x402 instructions