POST
/
accounts
/
{acc_id}
/
updates
curl https://production.methodfi.com/accounts/acc_aEBDiLxiR8bqc/updates \
  -X POST \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "id": "upt_NYV5kfjskTTCJ",
  "status": "pending",
  "account_id": "acc_aEBDiLxiR8bqc",
  "source": "direct",
  "type": "credit_card",
  "credit_card": null,
  "error": null,
  "created_at": "2024-03-20T04:43:21.434Z",
  "updated_at": "2024-03-20T04:43:21.655Z"
}

Creates a new Update request to retrieve the Account’s latest details (balance, due dates, apr, etc) in real-time

Operation Type: | Webhook Payload.

acc_id
string
required

ID of the Account.

Returns

Returns an Update object.

curl https://production.methodfi.com/accounts/acc_aEBDiLxiR8bqc/updates \
  -X POST \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "id": "upt_NYV5kfjskTTCJ",
  "status": "pending",
  "account_id": "acc_aEBDiLxiR8bqc",
  "source": "direct",
  "type": "credit_card",
  "credit_card": null,
  "error": null,
  "created_at": "2024-03-20T04:43:21.434Z",
  "updated_at": "2024-03-20T04:43:21.655Z"
}