TransactionsSyncRequest defines the request schema for /transactions/sync
Name | Type | Description | Notes |
---|---|---|---|
access_token | str | The access token associated with the Item data is being requested for. | |
client_id | str | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
secret | str | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
cursor | str | The cursor value represents the last update requested. Providing it will cause the response to only return changes after this update. If omitted, the entire history of updates will be returned, starting with the first-added transactions on the Item. The cursor also accepts the special value of `"now"`, which can be used to fast-forward the cursor as part of migrating an existing Item from `/transactions/get` to `/transactions/sync`. For more information, see the Transactions sync migration guide. Note that using the `"now` value is not supported for any use case other than migrating existing Items from `/transactions/get`. The upper-bound length of this cursor is 256 characters of base64. | [optional] |
count | int | The number of transaction updates to fetch. | [optional] if omitted the server will use the default value of 100 |
options | TransactionsSyncRequestOptions | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |