Add provider field to transactions endpoint
about 5 hours ago by ReadMe API
Changes
- Added a new optional string field
providerto the schema for the POST /business/data/account-transactions endpoint.- This field indicates the provider of the transaction data (e.g., bridge, plaid).
- The value "MANUAL" is used if the transaction was manually imported.
- Currently, the field is not an enum and is included in the raw data for context as it may be used in the future.
