Imports transactions for a custom account. This action will import transactions from the specified start date to the present. If the account has already been imported, this action will overwrite the existing transactions.
| Environment | Limit | Refill Period | Initial Size |
|---|---|---|---|
| Sandbox | 3 requests | 1 second | 6 requests |
| Production | 20 requests | 1 second | 40 requests |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content-Type must be set to application/json
The UUID of the business to import transactions for.
The UUID of the custom account to import transactions for.
List of new transactions to import
Resource type. Value will be 'com.layerfi.controllers.EmptyResponse'.
"{}"