eBay · Schema

Transfer

This type is the base response type used by TRANSFER transaction type that is returned in the response.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
fundingSource object This container provides details about the seller's funding source to reimburse eBay for the transfer, such as a bank account, a credit card, or available seller payout funds.
transactionDate string This timestamp indicates the date/time of the transfer. The following (UTC) format is used: YYYY-MM-DDTHH:MM:SS.SSSZ. For example, 2020-08-04T19:09:02.768Z
transferAmount object The amount of the transfer being deducted from the funding source.
transferDetail object This container provides more details about the transfer, including details on the charge(s) associated with the transfer. Multiple charges can be addressed with one transfer.
transferId string The unique identifier of the TRANSFER transaction type. This is the same value that was passed into the end of the call URI.
View JSON Schema on GitHub

JSON Schema

ebay-transfer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Transfer",
  "title": "Transfer",
  "type": "object",
  "properties": {
    "fundingSource": {
      "description": "This container provides details about the seller's funding source to reimburse eBay for the transfer, such as a bank account, a credit card, or available seller payout funds.",
      "$ref": "#/components/schemas/FundingSource"
    },
    "transactionDate": {
      "type": "string",
      "description": "This timestamp indicates the date/time of the transfer. The following (UTC) format is used: <code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>. For example, <code>2020-08-04T19:09:02.768Z</code>"
    },
    "transferAmount": {
      "description": "The amount of the transfer being deducted from the funding source.",
      "$ref": "#/components/schemas/Amount"
    },
    "transferDetail": {
      "description": "This container provides more details about the transfer, including details on the charge(s) associated with the transfer. Multiple charges can be addressed with one transfer.",
      "$ref": "#/components/schemas/TransferDetail"
    },
    "transferId": {
      "type": "string",
      "description": "The unique identifier of the <code>TRANSFER</code> transaction type. This is the same value that was passed into the end of the call URI."
    }
  },
  "description": "This type is the base response type used by <code>TRANSFER</code> transaction type that is returned in the response."
}

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/ebay-transfer"
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 email required.

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