Etsy · Schema

PaymentAdjustment

Represents a refund, which applies to a prior Etsy payment. All monetary amounts are in USD pennies unless otherwise specified.

MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication

Properties

Name Type Description
payment_adjustment_id integer The numeric ID for a payment adjustment.
payment_id integer A unique numeric ID for a payment to a specific Etsy [shop](/documentation/reference#tag/Shop).
status string The status string of the payment adjustment.
is_success boolean When true, the payment adjustment was or is likely to complete successfully.
user_id integer The numeric ID for the [user](/documentation/reference#tag/User) (seller) fulfilling the purchase.
reason_code string A human-readable string describing the reason for the refund.
total_adjustment_amount integer The total numeric amount of the refund in the payment currency.
shop_total_adjustment_amount integer The numeric amount of the refund in the shop currency.
buyer_total_adjustment_amount integer The numeric amount of the refund in the buyer currency.
total_fee_adjustment_amount integer The numeric amount of card processing fees associated with a payment adjustment.
create_timestamp integer The transaction's creation date and time, in epoch seconds.
created_timestamp integer The transaction's creation date and time, in epoch seconds.
update_timestamp integer The date and time of the last change to the payment adjustment in epoch seconds.
updated_timestamp integer The date and time of the last change to the payment adjustment in epoch seconds.
payment_adjustment_items array List of payment adjustment line items.
View JSON Schema on GitHub

JSON Schema

open-api-v3-payment-adjustment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaymentAdjustment",
  "description": "Represents a refund, which applies to a prior Etsy payment. All monetary amounts are in USD pennies unless otherwise specified.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-payment-adjustment-schema.json",
  "type": "object",
  "properties": {
    "payment_adjustment_id": {
      "type": "integer",
      "description": "The numeric ID for a payment adjustment.",
      "format": "int64",
      "minimum": 1,
      "example": 1
    },
    "payment_id": {
      "type": "integer",
      "description": "A unique numeric ID for a payment to a specific Etsy [shop](/documentation/reference#tag/Shop).",
      "format": "int64",
      "minimum": 1,
      "example": 1
    },
    "status": {
      "type": "string",
      "description": "The status string of the payment adjustment.",
      "example": "example string"
    },
    "is_success": {
      "type": "boolean",
      "description": "When true, the payment adjustment was or is likely to complete successfully.",
      "example": true
    },
    "user_id": {
      "type": "integer",
      "description": "The numeric ID for the [user](/documentation/reference#tag/User) (seller) fulfilling the purchase.",
      "format": "int64",
      "minimum": 1,
      "example": 456789
    },
    "reason_code": {
      "type": "string",
      "description": "A human-readable string describing the reason for the refund.",
      "example": "example string"
    },
    "total_adjustment_amount": {
      "type": "integer",
      "description": "The total numeric amount of the refund in the payment currency.",
      "nullable": true,
      "minimum": 0,
      "example": 2500
    },
    "shop_total_adjustment_amount": {
      "type": "integer",
      "description": "The numeric amount of the refund in the shop currency.",
      "nullable": true,
      "minimum": 0,
      "example": 2500
    },
    "buyer_total_adjustment_amount": {
      "type": "integer",
      "description": "The numeric amount of the refund in the buyer currency.",
      "nullable": true,
      "minimum": 0,
      "example": 2500
    },
    "total_fee_adjustment_amount": {
      "type": "integer",
      "description": "The numeric amount of card processing fees associated with a payment adjustment.",
      "nullable": true,
      "minimum": 0,
      "example": 2500
    },
    "create_timestamp": {
      "type": "integer",
      "description": "The transaction's creation date and time, in epoch seconds.",
      "minimum": 946684800,
      "example": 1758153645
    },
    "created_timestamp": {
      "type": "integer",
      "description": "The transaction's creation date and time, in epoch seconds.",
      "minimum": 946684800,
      "example": 1758153645
    },
    "update_timestamp": {
      "type": "integer",
      "description": "The date and time of the last change to the payment adjustment in epoch seconds.",
      "minimum": 946684800,
      "example": 1758153645
    },
    "updated_timestamp": {
      "type": "integer",
      "description": "The date and time of the last change to the payment adjustment in epoch seconds.",
      "minimum": 946684800,
      "example": 1758153645
    },
    "payment_adjustment_items": {
      "type": "array",
      "description": "List of payment adjustment line items.",
      "items": {
        "description": "List of payment adjustment line items.",
        "oneOf": [
          {
            "$ref": "#/components/schemas/PaymentAdjustmentItem"
          }
        ]
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/open-api-v3-payment-adjustment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.