Force refresh Transactions
POST https://{{env_url}}/transactions/refresh
/transactions/refresh
is an optional endpoint for users of the Transactions product. It initiates an on-demand extraction to fetch the newest transactions for an Item. This on-demand extraction takes place in addition to the periodic extractions that automatically occur multiple times a day for any Transactions-enabled Item. If changes to transactions are discovered after calling /transactions/refresh
, Plaid will fire a webhook: TRANSACTIONS_REMOVED
will be fired if any removed transactions are detected, and DEFAULT_UPDATE
will be fired if any new transactions are detected. New transactions can be fetched by calling /transactions/get
.
Access to /transactions/refresh
in Production is specific to certain pricing plans. If you cannot access /transactions/refresh
in Production, contact Sales for assistance.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "access_token"=>"{{access_token}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"1vwmF5TBQwiqfwP"}