Documentation Index
Fetch the complete documentation index at: https://docs.methodfi.com/llms.txt
Use this file to discover all available pages before exploring further.
The Balance endpoint retrieves the real-time balance from the Account’s financial institution.
The Balance endpoint is available as a:
| Type | Use-Case |
|---|
Product | On-Demand real-time balance from the Account’s financial institution |
Balances Objects
Webhook Payload
The Webhook payload will contain the following information:
{
"id": "string",
"type": "balance.create" | "balance.update",
"path": "/accounts/<acc_id>/balances/<bal_id>",
}
{
"id": "bal_ebzh8KaR9HCBG",
"account_id": "acc_mBxKxAEUmVd6X",
"status": "completed",
"amount": 30000,
"error": null,
"created_at": "2024-03-14T01:41:28.434Z",
"updated_at": "2024-03-14T01:41:28.655Z"
}