Continuous stream of transaction updates
Stay up-to-date by receiving notifications via a webhook whenever there are new transactions associated with linked accounts
Retrieve up to two years of transaction data, including merchant and category information
Stay up-to-date by receiving notifications via a webhook whenever there are new transactions associated with linked accounts
Plaid’s integrations are Open Banking and PSD2 compliant, delivering secure and reliable access to the UK and European financial ecosystems
The request includes start and end dates, a specific date range to pull transactions data from. Use the Transactions endpoint to submit a POST request
amount
Settled value in specified currency. Debits are positive; credits are negative
category
See a list of all transaction categories by posting to the /categories/get endpoint
date
For pending transactions, the date the transaction occurred is returned
name
The merchant name or transaction description
Retrieve Transactions request
curl -X POST https://sandbox.plaid.com/transactions/get \
-H 'Content-Type: application/json' \
-d '{
"client_id": String,
"secret": String,
"access_token": String,
"start_date": "2018-01-01",
"end_date": "2018-02-01",
"options": {
"count": 250,
"offset": 100
}
}'
Stay up-to-date by receiving notifications via a webhook whenever there are new transactions associated with linked accounts
We could have spent years building a data solution that wouldn’t have come close to what Plaid provides.