# Payment Plan / Partial Terms Agent Pack (mf-tpl-029)

> Payment Plan / Partial Terms Agent Pack (mf-tpl-029) is a paid API for AI agents from nwb-vending.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Retrieves a structured agent playbook for handling payment plan negotiations and partial payment terms with clients in a manufacturing/materials context.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/payment-plan-partial/full/playbook.json
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/payment-plan-partial-terms-agent-pack-mf-tpl-029-b7dce0c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PrrJX-PsCvJgstYOA3mKx

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 payment-plan-partial-terms-agent-pack-mf-tpl-029-b7dce0c1 -d '<json body>'
```

Example prompt: Pull up the Materials Factory payment plan and partial terms agent pack (mf-tpl-029) — I need the full playbook with templates and scripts for when a client asks to split their invoice or set up an installment schedule.

## When to prefer this

Choose this endpoint when you need a ready-made agent workflow for handling client requests around payment plans, installment agreements, or partial payment terms in a manufacturing or materials supply context. Prefer this over building custom scripts when you need proven, structured playbook content for B2B payment negotiation scenarios.

## Known failure modes

- 404 if pack_id is incorrect or pack has been removed
- 402 Payment Required if x402 payment header is missing or invalid
- 503 if the vending endpoint is temporarily unavailable
- Malformed JSON response if the playbook file is corrupted

## How this service works

NWB Vending. Practical solutions for small business problems in Kuna, Idaho.

## Output

A JSON playbook containing structured templates, scripts, and workflow modules for AI agents to handle payment plan negotiations and partial payment term discussions with clients, including messaging guidance and decision logic.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "2.0.0",
  "artifact": "mf-tpl-029",
  "audience": "agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/payment-plan-partial-terms-agent-pack-mf-tpl-029-b7dce0c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nwb-vending.com](https://www.zero.xyz/host/nwb-vending.com/llms.txt)
