latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Bank Transactions (Banking)
List Bank Transactions
Supported for:
plaid
get/v2/banking/bankTransactions
Query parameters
connectionUuidstring required
Unique connection identifier.
offsetnumber
limitnumber
orderBystring
startDatestring
endDatestring
Response
Example response
{
"meta": {
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"businessName": "Railz",
"serviceName": "xero",
"reportId": [
"5fad8a342a88364234392fb5",
"5fad8a342a88364234392fb6"
],
"startDate": "2020-11-25T01:02:03Z",
"endDate": "2020-11-30T01:02:03Z",
"createdAt": "2020-11-25T01:02:03Z",
"updatedAt": "2020-11-30T01:02:03Z"
},
"data": [
{
"id": "lPNjeW1nR6CDn5okmGQ6hEpMo4lLNoSrzqDje",
"accountId": "blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo",
"date": "2017-01-29",
"authorizedOnDate": "2017-01-29",
"amount": 100,
"currency": "CAD",
"transactionType": "directDebit",
"paymentChannel": "online",
"categories": [
"Shops",
"Computers and Electronics"
],
"merchantName": "Apple",
"merchantStoreNumber": "1235",
"description": "Apple Store",
"location": {
"line1": "300 Post St",
"city": "San Francisco",
"region": "CA",
"country": "USA",
"postalCode": "94108"
},
"section": "Assets",
"subSection": "Current Assets",
"group": "Office General Administrative Expenses",
"subGroup": "Office Supplies & Software"
}
]
}