Bank Feed Transactions

The BankFeedTransaction Object

A Rutter Bank Feed Transaction represents a bank transaction from a Financial Institution account that has been uploaded into an accounting platform for a specific Rutter Bank Feed Account. The bank transactions synced into an accounting platform enable reconciliation for an accountant.

Properties

idstring

The Rutter generated unique ID of the bank feed transaction.

bank_feed_account_idstringnullable

The Rutter generated unique ID of the linked bank feed.

transaction_idstringnullable

The Financial Institution's ID for the transaction.

posted_atstringnullable

When the transaction was posted by the Financial Institution.

amountnumbernullable

The amount of the transaction.

descriptionstringnullable

The description of the transaction.

payeestringnullable

The payee of the transaction.

platform_ingestedbooleannullable

Indicates whether the transaction has been ingested by the platform.

transaction_typeenumnullable

The type of the transaction.

One ofcreditdebitfeedeposittransferpayment, or interest.
last_synced_atstring

The ISO 8601 timestamp when the bank feed transaction was last synced by Rutter.

Endpoints
GET
/accounting/bank_feeds/transactions
GET
/accounting/bank_feeds/transactions/:id
POST
/accounting/bank_feeds/transactions

List Bank Feed Transactions

GEThttps://production.rutterapi.com/versioned/accounting/bank_feeds/transactions

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

    cursorstringqueryOptional

    Used to paginate to the next batch of objects. Should be a copy of the next_cursor value from the previous response.

    limitintegerqueryOptional

    Used to limit the number of returned objects. Defaults to 50.

    filterstringqueryOptional

    Used to specify criteria to filter out the objects returned. Supports all filterable fields. Check Filtering Objects for more information. Not supported on QuickBooks Desktop, Sage Intacct, or Dynamics 365.

    sortstringqueryOptional

    Used to sort the returned objects, e.g. last_synced_at ASC. Supports all filterable fields except on QuickBooks Desktop, Sage Intacct, and Dynamics 365. For those platforms only updated_at and last_synced_at fields are supported. If a value is provided but ASC or DESC is not, defaults to ASC. If omitted, defaults to updated_at DESC.

    expandenumqueryOptional

    Include platform specific data (includes additional fields not provided by the Rutter object).

    Must beplatform_data.
    last_synced_at_minintegerqueryOptional

    Deprecated - use filter instead. Used to filter objects with a last_synced_at value greater than or equal to the supplied value. Should be a Unix time in milliseconds.

    updated_at_maxintegerqueryOptional

    Deprecated - use filter instead. Used to filter objects with a updated_at value less than or equal to the supplied value. Should be a Unix time in milliseconds.

    updated_at_minintegerqueryOptional

    Deprecated - use filter instead. Used to filter objects with a updated_at value greater than or equal to the supplied value. Should be a Unix time in milliseconds.

    force_fetchenumqueryOptional

    Used to force a response even if the underlying connection has not finished its initial sync.

    One oftrue or false.

Response Body

    bank_feed_transactionsarray
    Show bank_feed_transactions attributes
    next_cursorstringnullableOptional
    connectionobject
    Show connection attributes
Support by integration
  • NetSuite
    NetSuite
  • Sage Intacct
    Sage Intacct
  • Sage Business Cloud
    Sage Business Cloud
Example Response Body
JSON
1
{
2
"bank_feed_transactions": [
3
{
4
"id": "00000000-0000-0000-0000-000000000000",
5
"bank_feed_account_id": "00000000-0000-0000-0000-000000000000",
6
"transaction_id": "ACRAF23DB3C4",
7
"posted_at": "2023-02-02T02:34:56.000Z",
8
"amount": 300,
9
"description": "Office supplies",
10
"payee": "Office Depot",
11
"platform_ingested": true,
12
"transaction_type": "debit",
13
"last_synced_at": "2023-01-02T02:34:56.000Z"
14
}
15
],
16
"next_cursor": "MTY3NDgzMTk0Ml82MDY4ZDI0ZC02NGRmLTRmN2EtYTM0Ny0zN2ZmNjY5MGVmMjU=",
17
"connection": {
18
"id": "00000000-0000-0000-0000-000000000000",
19
"orgId": "00000000-0000-0000-0000-000000000000",
20
"platform": "NETSUITE"
21
}
22
}

Fetch a Bank Feed Transaction

GEThttps://production.rutterapi.com/versioned/accounting/bank_feeds/transactions/:id

Request Parameters

    idstringpathRequired

    The unique ID of the object.

    access_tokenstringqueryRequired

    The access token of the connection.

    force_fetchenumqueryOptional

    Used to force a response even if the underlying connection has not finished its initial sync.

    One oftrue or false.

Response Body

    bank_feed_transactionobject
    Show bank_feed_transaction attributes
    connectionobject
    Show connection attributes
Support by integration
  • NetSuite
    NetSuite
  • Sage Intacct
    Sage Intacct
  • Sage Business Cloud
    Sage Business Cloud
Example Response Body
JSON
1
{
2
"bank_feed_transaction": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"bank_feed_account_id": "00000000-0000-0000-0000-000000000000",
5
"transaction_id": "ACRAF23DB3C4",
6
"posted_at": "2023-02-02T02:34:56.000Z",
7
"amount": 300,
8
"description": "Office supplies",
9
"payee": "Office Depot",
10
"platform_ingested": true,
11
"transaction_type": "debit",
12
"last_synced_at": "2023-01-02T02:34:56.000Z"
13
},
14
"connection": {
15
"id": "00000000-0000-0000-0000-000000000000",
16
"orgId": "00000000-0000-0000-0000-000000000000",
17
"platform": "NETSUITE"
18
}
19
}

Create Bank Feed Transactions

POSThttps://production.rutterapi.com/versioned/accounting/bank_feeds/transactions

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

Request Body

    bank_feed_transactionsobject
    Show bank_feed_transactions attributes

Response Body

    bank_feed_transactionsarray
    Show bank_feed_transactions attributes
Support by integration
  • NetSuite
    NetSuite
  • Sage Intacct
    Sage Intacct
  • Sage Business Cloud
    Sage Business Cloud
Example Request Body
JSON
1
{
2
"bank_feed_transactions": {
3
"bank_feed_account_id": "00000000-0000-0000-0000-000000000000",
4
"transactions": [
5
{
6
"transaction_id": "ACRAF23DB3C4",
7
"posted_at": "2023-02-02T02:34:56.000Z",
8
"amount": 300,
9
"description": "Office supplies",
10
"transaction_type": "debit",
11
"payee": "Office Depot"
12
}
13
]
14
}
15
}
Example Response Body
JSON
1
{
2
"bank_feed_transactions": [
3
{
4
"id": "00000000-0000-0000-0000-000000000000",
5
"bank_feed_account_id": "00000000-0000-0000-0000-000000000000",
6
"transaction_id": "ACRAF23DB3C4",
7
"posted_at": "2023-02-02T02:34:56.000Z",
8
"amount": 300,
9
"description": "Office supplies",
10
"duplicate": false,
11
"payee": "Office Depot",
12
"platform_ingested": true,
13
"transaction_type": "debit",
14
"last_synced_at": "2023-01-02T02:34:56.000Z"
15
}
16
]
17
}

Have questions?

Contact support for personalized guidance.

Contact support