GET
/
v1
/
stip
/
accounts
/
{id}
/
external-balance
{
  "balance": {
    "amount": 3.14,
    "currency": "EUR"
  },
  "updatedBy": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string<biginteger>
required

Account id

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful operation

balance
object

Amount including currency

updatedBy
string

Indicates what entity updated the balance last time. If updated by institution, it will have value of auditUser that updated the balance. If updated by Enfuce STIP, it will have value of ENFUCE_STIP set.

updatedAt
string<date-time>

Timestamp when the balance was last updated