Bank Accounts

The BankAccount Object

Properties

idstring

The Rutter generated unique ID of the bank account.

platform_idstring

The platform specific ID of the bank account.

maskstringnullable

The mask of the bank account

namestringnullable

The name of the bank account

subtypeenumnullable

The subtype of the bank account

One of401_a401_k403_b409_a457457_b529accidental_death_and_dismembermentadvisory_accountautoboatbondsbrokeragebrokerage_marginbusinessbusiness_checking_or_savingsbusiness_savingscash_isacash_managementcash_management_accountcertificate_of_depositchargecharitable_gift_accountcheckingchecking_or_savingschurch_accountcommercialcommercial_line_of_creditconservatorshipconstructionconsumercorporate_accountcoverdellcredit_cardcrypto_exchangecustodialdebit_carddefined_benefit_plandefined_contribution_plandisabilityebteducationaleducation_saving_accountemployee_stock_ownership_planemployee_stock_purchase_planescrowestateexecutorfixed_annuityfixed_annuity_roth_irafixed_annuity_traditional_iraforeignfundsgicgroup_retirement_savings_planguardianguaranteed_investment_certificatehealthhealth_reimbursement_arrangementhelochome_equityhome_line_of_credithsaindexed_annuityindividualinherited_annuityinherited_roth_irainherited_traditional_irainstallmentinstitutional_trustinvestment_clubirairrevocable_trustisajoint_tenants_by_entiretyjoint_tenants_community_propertyjoint_tenants_in_commonjoint_tenants_with_rights_of_survivorshipkeoghkeough_planliflife_insurancelimited_liability_accountline_of_creditliraliving_trustloanlocked_in_retirement_accountlocked_in_retirement_investment_fundlocked_in_retirement_savings_accountlong_term_carelriflrspmilitarymoney_marketmoney_purchase_planmortgagemutual_fundnon_custodial_walletnon_taxablenon_taxable_brokerage_accountother_annuityother_insuranceoverdraftpartnershippaypalpensionpersonalpersonal_with_collateralpowersportsprepaidprifprofit_sharing_planproperty_and_casualtyqshrrdspregistered_education_savings_planrespretirementrevocable_trustrevolvingrlifrollover_irarothroth_401_kroth_conversionroth_irarpprrifrrsprvsarsepsavingssecuritiessep_irasimple_irasippsmall_businesssole_proprietorshipspousal_iraspousal_roth_irastock_planstocksstudenttaxableterm_lifetestamentary_trusttfsathrift_savings_plantime_deposittreasurytrustugmauniversal_lifeutmavariable_annuityvariable_annuity_roth_iravariable_universal_lifevehicle_insurancewhole_lifeother, or null.
typeenumnullable

The type of the bank account

One ofannuitycreditdepositoryinsuranceinvestmentloanpropertyother, or null.
balanceobjectnullable
Show balance attributes
last_synced_atstring

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

platform_dataobjectOptional

The raw platform data corresponding to the Rutter object.

Endpoints
GET
/banking/bank_accounts
GET
/banking/bank_accounts/:id
GET
/banking/bank_accounts/:id/details

List Bank Accounts

GEThttps://production.rutterapi.com/versioned/banking/bank_accounts

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.

    sortstringqueryOptional

    Used to sort the response objects, e.g. last_synced_at ASC. If a value is provided but ASC or DESC is not, defaults to ASC. If omitted, defaults to updated_at DESC. Currently supports the updated_at and last_synced_at fields.

    expandenumqueryOptional

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

    Must beplatform_data.
    last_synced_at_minintegerqueryOptional

    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

    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

    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

200
Example Response Body
JSON
1
{
2
"bank_accounts": [
3
{
4
"id": "00000000-0000-0000-0000-000000000000",
5
"platform_id": "12345678",
6
"mask": "123456",
7
"name": "Bank Account Name",
8
"subtype": "checking",
9
"type": "depository",
10
"balance": {
11
"available": 100,
12
"currency_code": "USD",
13
"current": 100
14
},
15
"last_synced_at": "2023-01-02T02:34:56.000Z",
16
"platform_data": {
17
"id": 123,
18
"data": "Varies by platform"
19
}
20
}
21
],
22
"next_cursor": "MTY3NDgzMTk0Ml82MDY4ZDI0ZC02NGRmLTRmN2EtYTM0Ny0zN2ZmNjY5MGVmMjU=",
23
"connection": {
24
"id": "00000000-0000-0000-0000-000000000000",
25
"orgId": "00000000-0000-0000-0000-000000000000",
26
"platform": "NETSUITE"
27
}
28
}

Support by integration

Expand to view platform rules
  • Plaid
    Plaid

Fetch a Bank Account

GEThttps://production.rutterapi.com/versioned/banking/bank_accounts/:id

Request Parameters

    idstringpathRequired

    The unique ID of the object.

    access_tokenstringqueryRequired

    The access token of the connection.

    id_typeenumqueryOptional

    Used to indicate the type of id that is supplied. Defaults to rutter. Not currently supported on Sage Intacct or Sage Business Cloud.

    One ofrutter or platform.
    force_fetchenumqueryOptional

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

    One oftrue or false.

Response Body

200
Example Response Body
JSON
1
{
2
"bank_account": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"mask": "123456",
6
"name": "Bank Account Name",
7
"subtype": "checking",
8
"type": "depository",
9
"balance": {
10
"available": 100,
11
"currency_code": "USD",
12
"current": 100
13
},
14
"last_synced_at": "2023-01-02T02:34:56.000Z",
15
"platform_data": {
16
"id": 123,
17
"data": "Varies by platform"
18
}
19
},
20
"connection": {
21
"id": "00000000-0000-0000-0000-000000000000",
22
"orgId": "00000000-0000-0000-0000-000000000000",
23
"platform": "NETSUITE"
24
}
25
}

Support by integration

Expand to view platform rules
  • Plaid
    Plaid

Fetch Bank Account Details

GEThttps://production.rutterapi.com/versioned/banking/bank_accounts/:id/details

Request Parameters

    idstringpathRequired

    The unique ID of the object.

    access_tokenstringqueryRequired

    The access token of the connection.

    id_typeenumqueryOptional

    Used to indicate the type of id that is supplied. Defaults to rutter. Not currently supported on Sage Intacct or Sage Business Cloud.

    One ofrutter or platform.
    force_fetchenumqueryOptional

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

    One oftrue or false.

Response Body

200
Example Response Body
JSON
1
{
2
"bank_account_details": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"ach": {
6
"account_number": "123456789",
7
"routing_number": "123456789",
8
"wire_routing_number": "123456789"
9
},
10
"last_synced_at": "2023-01-02T02:34:56.000Z",
11
"platform_data": {
12
"id": 123,
13
"data": "Varies by platform"
14
}
15
},
16
"connection": {
17
"id": "00000000-0000-0000-0000-000000000000",
18
"orgId": "00000000-0000-0000-0000-000000000000",
19
"platform": "NETSUITE"
20
}
21
}

Support by integration

Expand to view platform rules
  • Plaid
    Plaid

Have questions?

Contact support for personalized guidance.

Contact support