v25

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-23142234.7 KB

Get transactions

get/transactions

Query parameters

provider'teller' | 'plaid' | 'gocardless' required
Example:teller
accountIdstring required

Get transactions by accountId

Example:5341343-4234-4c65-815c-t234213442
accountType'credit' | 'depository' required

Get transactions with the correct amount depending on credit or depository

Example:depository
accessTokenstring

Used for Teller and Plaid

Example:token-123
latest'true' | 'false'

Get latest transactions

Example:true

Response

Retrieve transactions

Example response

{
  "data": [
    {
      "id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10",
      "description": "Transfer to bank account",
      "method": "other",
      "amount": 100,
      "name": "Vercel Inc.",
      "date": "2024-06-12",
      "currency": "USD",
      "status": "posted",
      "category": "travel",
      "balance": 10000
    }
  ]
}
All 14 operations