Financial Payout
A single payout-related record. A record can represent either: - an actual payout sent to the merchant (`type = PAYOUT`) - a deduction applied against merchant funds for a refund, chargeback, direct debit return, or balance adjustment
PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Financial Payout",
"description": "A single payout-related record.\n\nA record can represent either:\n- an actual payout sent to the merchant (`type = PAYOUT`)\n- a deduction applied against merchant funds for a refund, chargeback, direct debit return, or balance adjustment",
"type": "object",
"properties": {
"id": {
"description": "Unique identifier of the payout-related record.",
"type": "integer",
"example": 123456789
},
"type": {
"description": "High-level payout record category.",
"type": "string",
"example": "PAYOUT",
"enum": [
"PAYOUT",
"CHARGE_BACK_DEDUCTION",
"REFUND_DEDUCTION",
"DD_RETURN_DEDUCTION",
"BALANCE_DEDUCTION"
]
},
"amount": {
"description": "Amount of the payout or deduction in major units.",
"type": "number",
"format": "float",
"example": 132.45
},
"date": {
"description": "Payout date associated with the record, in `YYYY-MM-DD` format.",
"type": "string",
"format": "date",
"example": "2024-02-29"
},
"currency": {
"description": "Three-letter ISO 4217 currency code of the payout.",
"type": "string",
"example": "EUR"
},
"fee": {
"description": "Fee amount associated with the payout record, in major units.",
"type": "number",
"format": "float",
"example": 3.12
},
"status": {
"description": "Merchant-facing outcome of the payout record.",
"type": "string",
"example": "SUCCESSFUL",
"enum": [
"SUCCESSFUL",
"FAILED"
]
},
"reference": {
"description": "Processor or payout reference associated with the record.",
"type": "string",
"example": "payout-2024-02-29"
},
"transaction_code": {
"description": "Transaction code of the original sale associated with the payout or deduction.",
"type": "string",
"example": "TEENSK4W2K"
}
},
"required": [
"id",
"type",
"amount",
"date",
"currency",
"fee",
"status",
"reference",
"transaction_code"
]
}
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/financialpayout"
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.