The account object
Accounts are a representation of an entity's financial accounts. An account can be a checking or savings account (
ach
) or a credit card, student loan, etc. (liability
).ACH
To create anach
account you will need the routing and account number of the depository account. We recommend using Plaid to retrieve your entity's ach
information.Liability
To create aliability
account you can use:- 💡 Method Data - you can automatically retrieve all of an entity's liabilities using Method Data. See the retrieve an entity's debts guide to learn more.
- ⚡ API - You will need the
merchant
id (mch_id
) and the account number of the liability.
holder_id
is the id of the Entity
who owns this account. Associating the incorrect Entity
will lead to failed/returned payments.Attributes
id
string
Unique identifier for the account.
holder_id
string
The id of the
Entity
who is the legal holder of this account.type
enum
The type of account.
Possible enum values
ach
A bank account (Checking or Savings).
liability
A debt-type account (Credit Card, Mortgage, etc).
ach
object,null
The id of the
Entity
who is the legal holder of this account.ach.routing
string
ABA routing number of the ACH account. (maximum of 9 characters).
ach.number
string
Account number of the ACH account. (maximum of 17 characters).
ach.type
enum
Type of ACH account
Possible enum values
checking
savings
liability
object,null
Liability account information
liability.mch_id
string
Unique identifier of the merchant associated with this account.
liability.mask
string,null
The last 4 digits of the associated account number.
liability.type
enum
The type of liability account.
The following are possible values forliability.type
. For any of these values except unknown
, a corresponding key with the same name will be populated with data for that specific type.Example: If an account has
liability.type
equal to credit_card
, then liability.credit_card
will be populated with credit card information.Possible enum values
student_loan
credit_card
auto_loan
mortgage
personal_loan
loan
unknown
status
enum
Status of an account.
Possible enum values
active
The account has at least the
payments:receive
capability.disabled
The account has been disabled and no longer has capabilities. Accounts can transition into the
disabled
status if a related payment fails due to invalid account information.closed
The account was created using Method Data and is either fully paid-off or no longer exists. Accounts in `closed` will not have capabilities.
processing
The account was created using Method Data and is currently being processed. Once that account has successfully been processed, its status will transition to active and will be available to receive payments. Accounts in
processing
will not have capabilities.capabilities
enum
Capabilities of the account
The following are possible capabilities an account can have. This indicates if an account is capable of receiving money (as a destination) or sending money (as a source).ℹ️ ACH accounts, require an additional verification step to start sending money.
Possible enum values
payments:receive
The account can be used as a payment destination.
payments:send
The account can be used as a payment source.
data:retrieve
The account has additional liability information from Method Data.
data:sync
The account has enhanced data and live data refresh from FI via Method Sync.
error
object,null
An object representing an error that occurred while processing this account. See account errors.
created_at
string
Timestamp of when the account was created.
updated_at
string
Timestamp of when the account was last updated.
- ACH
- Credit Card
- Auto Loan
- Mortgage
- Student Loan
{
"id": "acc_b9q2XVAnNFbp3",
"holder_id": "ent_y1a9e1fbnJ1f3",
"type": "ach",
"ach": {
"routing": "367537407",
"number": "57838927",
"type": "checking"
},
"liability": null,
"clearing": null,
"metadata": null,
"status": "active",
"capabilities": [
"payments:receive"
],
"error": null,
"created_at": "2020-12-09T00:40:51.107Z",
"updated_at": "2020-12-09T00:40:51.107Z"
}
{
"id": "acc_Zc4F2aTLt8CBt",
"holder_id": "ent_au22b1fbFJbp8",
"type": "liability",
"ach": null,
"liability": {
"mch_id": "mch_183",
"mask": "1580",
"type": "credit_card",
"payment_status": "active",
"data_status": "active",
"data_status_error": null,
"data_last_successful_sync": "2023-01-22T01:23:36.047Z",
"data_source": "financial_institution",
"data_updated_at": "2023-01-22T01:23:36.047Z",
"ownership": "authorized",
"credit_card": {
"name": "Chase Sapphire Reserve",
"balance": 750014,
"opened_at": "2016-11-25",
"last_payment_date": "2022-12-28",
"last_payment_amount": 451757,
"next_payment_due_date": "2023-01-27",
"next_payment_minimum_amount": 6500,
"last_statement_balance": 650043,
"remaining_statement_balance": 0,
"available_credit": 1530000,
"interest_rate_percentage": 23.5,
"interest_rate_type": "variable",
"interest_rate_source": "financial_institution",
"past_due_status": "unknown",
"past_due_balance": null,
"past_due_date": null,
"auto_pay_status": "unknown",
"auto_pay_amount": null,
"auto_pay_date": null,
"sub_type": "flexible_spending",
"term_length": null,
"closed_at": null,
"credit_limit": 2380000,
"next_statement_date": "2022-12-02",
"delinquent_status": null,
"delinquent_amount": null,
"delinquent_period": null,
"delinquent_action": null,
"delinquent_start_date": null,
"delinquent_major_start_date": null,
"delinquent_status_updated_at": null,
"delinquent_history": []
}
},
"clearing": null,
"status": "active",
"capabilities": [
"payments:receive",
"data:retrieve"
],
"available_capabilities": [
"data:sync"
],
"error": null,
"created_at": "2020-12-09T02:56:19.548Z",
"updated_at": "2020-12-09T02:56:19.548Z"
}
{
"id": "acc_XaDZc8tE4YVeJ",
"holder_id": "ent_au22b1fbFJbp8",
"type": "liability",
"ach": null,
"liability": {
"mch_id": "mch_2347",
"mask": "0966",
"type": "auto_loan",
"payment_status": "active",
"data_status": "active",
"data_last_successful_sync": "2022-06-14T15:13:02.546Z",
"data_status_error": null,
"data_source": "financial_institution",
"data_updated_at": "2023-01-22T01:23:36.047Z",
"ownership": "primary",
"auto_loan": {
"name": "Volvo Cars Auto Loan",
"sub_type": "loan",
"vin": "YV1CZ882XJ1234567",
"balance": 6083960,
"principal_balance": 6073960,
"original_loan_amount": null,
"opened_at": null,
"payoff_amount": null,
"payoff_amount_term": null,
"last_payment_amount": 88800,
"last_payment_date": "2022-05-12",
"next_payment_due_date": "2022-06-01",
"next_payment_minimum_amount": 88883,
"term_length": 84,
"interest_rate_percentage": 5.7,
"interest_rate_type": "fixed",
"interest_rate_source": "financial_institution",
"delinquent_status": null,
"delinquent_amount": null,
"delinquent_period": null,
"delinquent_action": null,
"delinquent_start_date": null,
"delinquent_major_start_date": null,
"delinquent_status_updated_at": null,
"delinquent_history": [],
"mileage_allocation": null,
"per_diem_amount": null
}
},
"status": "active",
"capabilities": [
"payments:receive",
"data:retrieve"
],
"available_capabilities": [
"data:sync"
],
"error": null,
"created_at": "2022-02-16T00:47:32.508Z",
"updated_at": "2022-02-16T00:47:32.508Z"
}
{
"id": "acc_y7jmEMagdrt9U",
"holder_id": "ent_au22b1fbFJbp8",
"type": "liability",
"ach": null,
"liability": {
"mch_id": "mch_183",
"mask": "2901",
"type": "mortgage",
"payment_status": "active",
"data_status": "active",
"data_last_successful_sync": "2022-06-14T15:13:02.546Z",
"data_status_error": null,
"data_source": "financial_institution",
"data_updated_at": "2023-01-22T01:23:36.047Z",
"ownership": "primary",
"mortgage": {
"name": "Chase Mortgage",
"sub_type": "conventional",
"balance": 8976762,
"opened_at": null,
"term_length": 360,
"principal_balance": 8976762,
"original_loan_amount": 10307500,
"last_payment_amount": 37285,
"last_payment_date": "2022-05-17",
"next_payment_due_date": "2022-07-01",
"next_payment_minimum_amount": 74569,
"expected_payoff_date": "2050-10-01",
"interest_rate_percentage": 2.875,
"interest_rate_type": "fixed",
"interest_rate_source": "financial_institution",
"address_street": "10727 DOMAIN DR",
"address_city": "AUSTIN",
"address_state": "TX",
"address_zip": "78537",
"delinquent_status": null,
"delinquent_amount": null,
"delinquent_period": null,
"delinquent_action": null,
"delinquent_start_date": null,
"delinquent_major_start_date": null,
"delinquent_status_updated_at": null,
"delinquent_history": [],
"payoff_amount": null,
"payoff_amount_term": null,
"year_to_date_interest_paid": null,
"year_to_date_principal_paid": null,
"escrow_balance": null,
"year_start_principal_balance": null,
"year_to_date_taxes_paid": null
}
},
"status": "active",
"capabilities": [
"payments:receive",
"data:retrieve",
"data:sync"
],
"available_capabilities": [],
"error": null,
"created_at": "2022-06-13T00:47:32.508Z",
"updated_at": "2022-06-13T00:47:32.508Z"
}
{
"id": "acc_wzx9zLfFXHwxy",
"holder_id": "ent_au22b1fbFJbp8",
"type": "liability",
"ach": null,
"liability": {
"mch_id": "mch_2",
"mask": "4455",
"type": "student_loan",
"payment_status": "active",
"data_status": "active",
"data_last_successful_sync": "2022-06-14T15:13:02.546Z",
"data_status_error": null,
"data_source": "financial_institution",
"data_updated_at": "2023-01-22T01:23:36.047Z",
"ownership": "primary",
"student_loan": {
"name": "FedLoan Student Loan",
"sub_type": "federal",
"sequence": 6,
"balance": 1952634,
"original_loan_amount": null,
"last_payment_amount": 1150,
"last_payment_date": "2022-04-22",
"next_payment_due_date": "2022-10-28",
"next_payment_minimum_amount": 0,
"disbursed_at": "2018-01-22",
"interest_rate_percentage": 3.4,
"interest_rate_type": "fixed",
"interest_rate_source": "financial_institution",
"delinquent_status": null,
"delinquent_amount": null,
"delinquent_period": null,
"delinquent_action": null,
"delinquent_start_date": null,
"delinquent_major_start_date": null,
"delinquent_status_updated_at": null,
"delinquent_history": []
}
},
"status": "active",
"capabilities": [
"payments:receive",
"data:retrieve",
"data:sync"
],
"available_capabilities": [],
"error": null,
"created_at": "2022-06-13T00:47:32.508Z",
"updated_at": "2022-06-13T00:47:32.508Z"
}