accountRequestsJSON
|
Type |
String |
|
Description |
A JSON-formatted string that specifies the financial institution accounts for which the plug-in should initiate a data refresh. The string should represent an array of objects, where each object contains an
Note:
The accountRequestsJSON property is only applicable to Bank Reconciliation format profile setups. |
Example
[
{ "accountMappingKey": "acct-123" },
{ "accountMappingKey": "acct-456" }
]
Each object in the array must have the accountMappingKey (String) property, which is the unique identifier for a connected account.
The accountRequestsJSON property represents the same concept across different plug-in methods: a JSON payload specifying which account mappings to act on. When used in refreshData, it contains the list of account mapping keys to be refreshed. Other methods, such as getTransactionData, may expect additional properties (such as date ranges) within each object, but the fundamental structure and purpose remain the same. For more details on accountRequestsJSON for getTransactionData, see <link to accountRequestsJSON>.