# Friday Seller Tools – eBay Payment Dispute Deadline Evidence Organizer

> Friday Seller Tools – eBay Payment Dispute Deadline Evidence Organizer is a paid API for AI agents from friday-seller-tools-production.up.railway.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Organizes and prepares deadline-aware evidence packages for eBay payment disputes to help sellers respond before submission cutoffs.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/ebay/payment-disputes/deadline-evidence-organizer
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/friday-seller-tools-ebay-payment-dispute-deadline-evidence-organizer-1240804d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3KjBIc2aOXrH1UuVfoSDz

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 friday-seller-tools-ebay-payment-dispute-deadline-evidence-organizer-1240804d -d '<json body>'
```

Example prompt: I have an eBay payment dispute from a buyer claiming they didn't receive the item — the response deadline is in 3 days. Can you organize my evidence including my tracking number, delivery confirmation, and order details into a structured package I can submit?

## When to prefer this

Choose this endpoint when an eBay seller needs to respond to a payment dispute and requires a structured, deadline-aware evidence package. It is purpose-built for eBay's payment dispute workflow, unlike generic document organizers or Amazon/Walmart dispute tools. Best used when time-sensitive submission deadlines are a concern and the seller has multiple evidence artifacts to compile.

## Known failure modes

- Missing or incomplete dispute details may result in an incomplete evidence package
- Expired dispute deadlines may cause submissions to be rejected by eBay
- Invalid or unsupported document formats may not be processed correctly
- Service may return queued status with delayed processing during high load
- Missing job_id in response may indicate a server-side processing error

## How this service works

Instant, low-cost Amazon, Walmart, Shopify, and eBay listing, upload-preparation, advertising, and image-brief deliverables.

## Output

Returns a job_id and queued status, indicating the evidence organization task has been accepted for processing. The completed deliverable will be an organized, deadline-prioritized evidence package containing structured documentation suitable for eBay payment dispute submission.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "currency": {
   "type": "string",
   "title": "Currency",
   "default": "USD",
   "pattern": "^[A-Z]{3}$"
  },
  "disputes": {
   "type": "array",
   "items": {
    "type": "object",
    "title": "EbayPaymentDispute",
    "required": [
     "reference",
     "reason",
     "status",
     "amount"
    ],
    "properties": {
     "amount": {
      "type": "number",
      "title": "Amount",
      "maximum": 100000000,
      "minimum": 0
     },
     "reason": {
      "enum": [
       "item_not_received",
       "significantly_not_as_described",
       "unauthorized_transaction",
       "other"
      ],
      "type": "string",
      "title": "Reason"
     },
     "status": {
      "enum": [
       "open",
       "action_needed",
       "waiting_for_seller_response",
       "under_review",
       "waiting_for_buyer_response",
       "resolved",
       "closed"
      ],
      "type": "string",
      "title": "Status"
     },
     "reference": {
      "type": "string",
      "title": "Reference",
      "maxLength": 80,
      "minLength": 1
     },
     "respond_by_date": {
      "anyOf": [
       {
        "type": "string",
        "format": "date"
       },
       {
        "type": "null"
       }
      ],
      "title": "Respond By Date",
      "default": null
     },
     "evidence_provided": {
      "type": "array",
      "items": {
       "enum": [
        "tracking_information",
        "proof_of_delivery",
        "signature_proof_of_delivery",
        "proof_of_refund",
        "item_photos",
        "listing_description_snapshot",
        "buyer_communication_record",
        "return_tracking",
        "order_and_shipping_records",
        "other"
       ],
       "type": "string"
      },
      "title": "Evidence Provided",
      "maxItems": 10
     },
     "intended_response": {
      "enum": [
       "contest",
       "accept",
       "undecided"
      ],
      "type": "string",
      "title": "Intended Response",
      "default": "undecided"
     },
     "requested_evidence": {
      "type": "array",
      "items": {
       "enum": [
        "tracking_information",
        "proof_of_delivery",
        "signature_proof_of_delivery",
        "proof_of_refund",
        "item_photos",
        "listing_description_snapshot",
        "buyer_communication_record",
        "return_tracking",
        "order_and_shipping_records",
        "other"
       ],
       "type": "string"
      },
      "title": "Requested Evide
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "example",
  "status": "queued"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/friday-seller-tools-ebay-payment-dispute-deadline-evidence-organizer-1240804d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from friday-seller-tools-production.up.railway.app](https://www.zero.xyz/host/friday-seller-tools-production.up.railway.app/llms.txt)
