Skip to main content
POST
/
accounts
/
{acc_id}
/
attributes
curl https://production.methodfi.com/accounts/acc_4m9amk4KFiaQX/attributes \
  -X POST \
  -H "Method-Version: 2026-03-30" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "success": true,
  "data": {
    "id": "acc_attr_cWBKqwVP87kim",
    "account_id": "acc_4m9amk4KFiaQX",
    "status": "in_progress",
    "attributes": null,
    "error": null,
    "created_at": "2026-04-09T17:02:47.910Z",
    "updated_at": "2026-04-09T17:02:47.910Z"
  },
  "message": null
}
Creates a new Attribute request to compute the Account’s attributes. The attributes returned depend on the account’s liability type. Operation Type:

Path Parameters

Returns

Returns an Account’s Attributes object with status: "in_progress" and attributes: null. Once processing completes, the status will update to completed and the attributes object will be populated. Subscribe to webhooks or poll the retrieve endpoint to get the final result.
curl https://production.methodfi.com/accounts/acc_4m9amk4KFiaQX/attributes \
  -X POST \
  -H "Method-Version: 2026-03-30" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "success": true,
  "data": {
    "id": "acc_attr_cWBKqwVP87kim",
    "account_id": "acc_4m9amk4KFiaQX",
    "status": "in_progress",
    "attributes": null,
    "error": null,
    "created_at": "2026-04-09T17:02:47.910Z",
    "updated_at": "2026-04-09T17:02:47.910Z"
  },
  "message": null
}