← All Friday Seller Tools

Pay once · No Friday subscription

eBay Billing Activity Fee + Credit Review Queue

Review fee and credit movement without mixing currencies.

eBay US

Included in the $9.00 Shelf Kit

Agent/API — $0.50
Review-first
Every output stays a draft.
No credentials
No seller-account login required.
Private delivery
Inputs expire after 24 hours.
Clear recourse
Digital-service refund policy.

What you receive

  • Row queue with duplicate-reference, non-primary-currency, and zero-amount flags
  • Equal-period movement by exact activity type, debit/credit direction, and currency
  • New, absent, material-change, and within-threshold movement classes
  • Per-currency debit, credit, and net credit-minus-debit summaries
  • Primary-currency totals kept separate from every other currency

Who it is for

eBay sellers, agencies, and finance teams reviewing a redacted billing-activity export before period close without exposing buyer, address, bank, or payment-instrument data.

Delivery: usually a structured result, workbook, or ZIP depending on the tool.

How it stays safe

Friday compares only the seller-redacted row and activity aliases, dates, activity type, explicit debit/credit direction, amount, currency, and optional seller-owned listing/order aliases you supply—never a buyer, address, bank, raw order ID, or payment instrument. It reads no eBay account or API and verifies no figure. Duplicate references, zero amounts, non-primary currencies, and period movement are bookkeeping review leads, not proof that a fee or credit is invalid, owed, or recoverable. Currencies remain separate with no invented conversion. Friday does not publish listings and never disputes, refunds, credits, pays, or changes an order, listing, payout, or seller account. A human must verify the live billing records and current eBay guidance.

Synthetic sample

See the deliverable structure before buying

{
  "currency_count": 2,
  "duplicate_activity_reference_count": 1,
  "duplicate_affected_row_count": 2,
  "non_primary_current_row_count": 1,
  "zero_amount_current_row_count": 1,
  "current_review_row_count": 3,
  "movement_review_count": 5,
  "current_primary_debit_amount": 279.0,
  "current_primary_credit_amount": 30.0,
  "current_primary_net_credit_minus_debit": -249.0,
  "review_queue_preview": [
    {
      "priority_rank": 1,
      "period": "current",
      "review_class": "duplicate_activity_reference",
      "activity_reference": "duplicate-activity-001",
      "amount": 7.0,
      "currency_code": "USD"
    },
    {
      "priority_rank": 3,
      "period": "current",
      "review_class": "non_primary_currency",
      "activity_reference": "act-cad-002",
      "amount": 25.0,
      "currency_code": "CAD"
    },
    {
      "priority_rank": 5,
      "period": "current",
      "review_class": "zero_amount",
      "activity_reference": "act-zero-001",
      "amount": 0.0,
      "currency_code": "USD"
    }
  ],
  "movement_queue_preview": [
    {
      "priority_rank": 1,
      "movement_class": "new_in_current",
      "activity_type": "REGULATORY_OPERATING_FEE",
      "direction": "DEBIT",
      "amount_change": 12.0
    },
    {
      "priority_rank": 2,
      "movement_class": "absent_from_current",
      "activity_type": "SHIPPING_LABEL",
      "direction": "DEBIT",
      "amount_change": -20.0
    },
    {
      "priority_rank": 3,
      "movement_class": "material_change",
      "activity_type": "PROMOTED_LISTINGS_FEE",
      "direction": "DEBIT",
      "amount_change": 40.0,
      "change_percent": 100.0
    }
  ],
  "warnings": [
    "Every billing field and period assignment is seller-supplied and unverified.",
    "A review flag is not proof that a fee or credit is invalid, owed, or recoverable.",
    "Currencies remain separate; no exchange rate is invented."
  ],
  "publish_status": "draft_needs_review"
}

This sample uses synthetic facts. Your output is generated only from the facts you submit.

Agent API and x402 details

POST /v1/ebay/finances/billing-activity-review

Exact x402 price: $0.50. Use the public OpenAPI schema and Base USDC payment flow. The response returns a private job URL and temporary token.

Open the API documentation →

Related seller tools