Accounts
Retrieve an Account
API Reference
Entities
- The entity endpoint
- POSTCreate an Individual
- POSTCreate a Corporation
- PUTUpdate an Entity
- GETRetrieve an Entity
- GETList all Entities
- Connect
- Verification Sessions
- Credit Scores
- Attributes
- Vehicles
- Identities
- Products
- Subscriptions
- Consent
Accounts
- The account endpoint
- POSTCreate an Account
- GETRetrieve an Account
- GETList all Accounts
- Updates
- Transactions
- Card Brand
- Attributes
- Payoffs
- Balances
- Sensitive
- Products
- Subscriptions
- Verification Sessions
- Consent
Payments
Supporting Endpoints
- Merchants
- Webhooks
- Reports
- Simulations (Dev)
- Health Check
Accounts
Retrieve an Account
GET
/
accounts
/
:acc_id
curl https://production.methodfi.com/accounts/acc_Zc4F2aTLt8CBt \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "acc_Zc4F2aTLt8CBt",
"holder_id": "ent_y1a9e1fbnJ1f3",
"status": "active",
"type": "liability",
"liability": {
"mch_id": "mch_302086",
"mask": "1580",
"ownership": "primary",
"fingerprint": "27d5c0ea28338619192076d150eb7b56c288f9a1",
"type": "credit_card",
"name": "Chase Sapphire Reserve Credit Card"
},
"latest_verification_session": "avf_tB9mpmew8FLit",
"update": "upt_TXDTR7Amyz7Az",
"balance": "bal_dGCCNWHMQYRay",
"card_brand": "crd_eVMDNUPfrFk3e",
"products": ["balance", "card_brand", "update", "payment"],
"restricted_products": ["attribute", "sensitive"],
"subscriptions": [],
"available_subscriptions": ["update.snapshot", "update"],
"restricted_subscriptions": ["transactions"],
"error": null,
"metadata": null,
"created_at": "2024-04-12T18:57:57.857Z",
"updated_at": "2024-04-12T18:57:58.430Z",
}
Returns the Account associated with the ID.
Path Parameters
ID of the Account.
Query Parameters
Attributes that can be expanded into an object to provide additional information.
sensitive
This is an Account property, and refers to the Sensitive Object.
balance
This is an Account property, and refers to the Balance Object.
card_brand
This is an Account property, and refers to the CardBrand Object.
attribute
This is an Account property, and refers to the Attribute Object.
payoff
This is an Account property, and refers to the Payoff Object.
transactions
This is an Account property, and refers to the Transaction Object.
update
This is an Account property, and refers to the Update Object.
latest_verification_session
This is an Account property, and refers to the AccountVerificationSession Object.
Returns
Returns the Account associated with the ID.
curl https://production.methodfi.com/accounts/acc_Zc4F2aTLt8CBt \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "acc_Zc4F2aTLt8CBt",
"holder_id": "ent_y1a9e1fbnJ1f3",
"status": "active",
"type": "liability",
"liability": {
"mch_id": "mch_302086",
"mask": "1580",
"ownership": "primary",
"fingerprint": "27d5c0ea28338619192076d150eb7b56c288f9a1",
"type": "credit_card",
"name": "Chase Sapphire Reserve Credit Card"
},
"latest_verification_session": "avf_tB9mpmew8FLit",
"update": "upt_TXDTR7Amyz7Az",
"balance": "bal_dGCCNWHMQYRay",
"card_brand": "crd_eVMDNUPfrFk3e",
"products": ["balance", "card_brand", "update", "payment"],
"restricted_products": ["attribute", "sensitive"],
"subscriptions": [],
"available_subscriptions": ["update.snapshot", "update"],
"restricted_subscriptions": ["transactions"],
"error": null,
"metadata": null,
"created_at": "2024-04-12T18:57:57.857Z",
"updated_at": "2024-04-12T18:57:58.430Z",
}
curl https://production.methodfi.com/accounts/acc_Zc4F2aTLt8CBt \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "acc_Zc4F2aTLt8CBt",
"holder_id": "ent_y1a9e1fbnJ1f3",
"status": "active",
"type": "liability",
"liability": {
"mch_id": "mch_302086",
"mask": "1580",
"ownership": "primary",
"fingerprint": "27d5c0ea28338619192076d150eb7b56c288f9a1",
"type": "credit_card",
"name": "Chase Sapphire Reserve Credit Card"
},
"latest_verification_session": "avf_tB9mpmew8FLit",
"update": "upt_TXDTR7Amyz7Az",
"balance": "bal_dGCCNWHMQYRay",
"card_brand": "crd_eVMDNUPfrFk3e",
"products": ["balance", "card_brand", "update", "payment"],
"restricted_products": ["attribute", "sensitive"],
"subscriptions": [],
"available_subscriptions": ["update.snapshot", "update"],
"restricted_subscriptions": ["transactions"],
"error": null,
"metadata": null,
"created_at": "2024-04-12T18:57:57.857Z",
"updated_at": "2024-04-12T18:57:58.430Z",
}