Xero · Example Payload
Xero Getbanktransfers Example
AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business
Xero Getbanktransfers Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "getBankTransfers",
"method": "GET",
"path": "/BankTransfers",
"summary": "Xero Retrieves all bank transfers",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"Id": "dfc0d130-9007-4a98-a5ef-6f01700f18e2",
"Status": "OK",
"ProviderName": "Xero API Partner",
"DateTimeUTC": "/Date(1551311318988)/",
"BankTransfers": [
{
"BankTransferID": "6221458a-ef7a-4d5f-9b1c-1b96ce03833c",
"CreatedDateUTCString": "2016-10-17 20:46:01",
"CreatedDateUTC": "/Date(1476737161140+0000)/",
"DateString": "2016-11-12 21:10:00",
"Date": "/Date(1478985000000+0000)/",
"FromBankAccount": {
"AccountID": "6f7594f2-f059-4d56-9e67-47ac9733bfe9",
"Name": "Business Wells Fargo"
},
"ToBankAccount": {
"AccountID": "7e5e243b-9fcd-4aef-8e3a-c70be1e39bfa",
"Name": "My Savings"
},
"Amount": 20.0,
"FromBankTransactionID": "a3eca480-bc04-4292-9bbd-5c57b8ba12b4",
"ToBankTransactionID": "4ca13f40-f3a0-4530-a442-a600f5696118",
"FromIsReconciled": true,
"ToIsReconciled": true,
"Reference": "Sub 098801",
"HasAttachments": true
},
{
"BankTransferID": "9f0153d5-617c-4903-887b-3875807aa27a",
"CreatedDateUTCString": "2016-10-21 23:28:42",
"CreatedDateUTC": "/Date(1477092522333+0000)/",
"DateString": "2016-10-19 20:10:00",
"Date": "/Date(1476907800000+0000)/",
"FromBankAccount": {
"AccountID": "6f7594f2-f059-4d56-9e67-47ac9733bfe9",
"Name": "Business Wells Fargo"
},
"ToBankAccount": {
"AccountID": "7e5e243b-9fcd-4aef-8e3a-c70be1e39bfa",
"Name": "My Savings"
},
"Amount": 20.0,
"FromBankTransactionID": "cb74287e-5682-4973-b354-93e2c7a836d3",
"ToBankTransactionID": "4c48ba6c-f318-4405-aee6-b5efa2c70f55",
"FromIsReconciled": false,
"ToIsReconciled": false,
"Reference": "Sub 098801",
"HasAttachments": false
}
]
}
}
]
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/xero-getbanktransfers-example"
All examples
curl "https://apis.io/api/v1/examples?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.