GET
/
api
/
v2
/
ledger
/
institutions
/
outstanding-accounts
{
  "accounts": [
    {
      "invoiceId": "<string>",
      "institutionId": "<string>",
      "balanceUsdCents": 123
    }
  ]
}

Response

200
application/json

Outstanding accounts retrieved successfully.