Properties
| Name | Type | Description |
|---|---|---|
| accountHolder | object | Contains information about the account holder associated with the `balanceAccount`. |
| amount | object | Contains information about the amount of the transaction. |
| balanceAccount | object | Contains information about the balance account involved in the transaction. |
| balancePlatform | string | The unique identifier of the balance platform. |
| bookingDate | string | The date the transaction was booked into the balance account. |
| creationDate | string | The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**. |
| id | string | The unique identifier of the transaction. |
| status | string | The status of the transaction. Possible values: * **pending**: The transaction is still pending. * **booked**: The transaction has been booked to the balance account. |
| transfer | object | Contains information about the transfer related to the transaction. |
| valueDate | string | The date the transfer amount becomes available in the balance account. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfers-transaction-schema.json",
"title": "Transaction",
"description": "Transaction schema from Adyen API",
"type": "object",
"properties": {
"accountHolder": {
"x-addedInVersion": "4",
"description": "Contains information about the account holder associated with the `balanceAccount`.",
"$ref": "#/components/schemas/ResourceReference"
},
"amount": {
"x-addedInVersion": "1",
"description": "Contains information about the amount of the transaction.",
"$ref": "#/components/schemas/Amount"
},
"balanceAccount": {
"x-addedInVersion": "4",
"description": "Contains information about the balance account involved in the transaction.",
"$ref": "#/components/schemas/ResourceReference"
},
"balancePlatform": {
"x-addedInVersion": "1",
"description": "The unique identifier of the balance platform.",
"type": "string"
},
"bookingDate": {
"x-addedInVersion": "1",
"description": "The date the transaction was booked into the balance account.",
"format": "date-time",
"type": "string"
},
"creationDate": {
"description": "The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.",
"format": "date-time",
"type": "string"
},
"id": {
"x-addedInVersion": "1",
"description": "The unique identifier of the transaction.",
"type": "string"
},
"status": {
"x-addedInVersion": "1",
"description": "The status of the transaction.\n\n Possible values:\n\n* **pending**: The transaction is still pending.\n\n* **booked**: The transaction has been booked to the balance account.\n\n",
"enum": [
"booked",
"pending"
],
"type": "string"
},
"transfer": {
"x-addedInVersion": "4",
"description": "Contains information about the transfer related to the transaction.",
"$ref": "#/components/schemas/TransferData"
},
"valueDate": {
"x-addedInVersion": "1",
"description": "The date the transfer amount becomes available in the balance account.",
"format": "date-time",
"type": "string"
}
},
"required": [
"id",
"accountHolder",
"balanceAccount",
"amount",
"status",
"bookingDate",
"valueDate",
"balancePlatform"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/transfers-transaction"
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.