You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.5.3).

assemble_representment

Inactive

Tool of AXIS Toolbox — Agentic Commerce Codebase Intelligence

declared in 0.5.3

Turn a webhook-ingested dispute (charge.dispute.* events persist DisputeRecords server-side) into a Stripe representment: qualifies CE 3.0 priors from your supplied transaction history (assembleCe3), builds the Stripe `evidence` hash (buildStripeRepresentment), walks the dispute state machine (needs_response → evidence_assembling → evidence_submitted) with a full transition ledger, and — when submit=true and Stripe is configured — submits the evidence through the live Stripe disputes API. Requires Authorization: Bearer <api_key>; metered ($0.50 standard, $0.25 lite) through the standard authorize/capture path — a failed assembly never charges. Returns {dispute, evidence, ce3, ce3_eligible, submitted, disclaimer}. HONESTY: the dispute lifecycle is LIVE on the Stripe rail only; VROL/RDR/CDRN (Verifi/Ethoca) is integration-ready code gated on acquirer provisioning (AXIS_ENABLE_VROL) and never fakes a submission. AXIS does not publish win-rate estimates.

Parameters schema

{
  "type": "object",
  "required": [
    "dispute_id"
  ],
  "properties": {
    "submit": {
      "type": "boolean",
      "description": "true → submit the built evidence to the Stripe disputes API (requires STRIPE_SECRET_KEY server-side). Default false (assemble only)."
    },
    "dispute_id": {
      "type": "string",
      "description": "Provider dispute id (Stripe dp_...) previously ingested by the charge.dispute.created webhook."
    },
    "disputed_txn": {
      "type": "object",
      "description": "Optional CE 3.0 data elements of the disputed transaction: {device_id?, ip_address?, email?, shipping_address?, login_id?}."
    },
    "evidence_inputs": {
      "type": "object",
      "description": "{customerEmail?, shippingAddress?, billingAddress?, serviceDate?, productDescription?, deliveryTracking?, threeDsAuthenticated?} — merchant-supplied evidence fields."
    },
    "transaction_history": {
      "type": "array",
      "description": "Candidate prior transactions for CE 3.0 qualification (Txn shape, max 500)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

AXIS Toolbox — Agentic Commerce Codebase Intelligence

https://github.com/lastmanupinc-hub/Toolbox

1/7 registries
View full server →