v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
STIP External Account Balance Endpoints

Get Account External Balance

This operation can be used to retrieve external account balance.

get/v1/stip/accounts/{id}/external-balance

Path parameters

idstring biginteger required

Account id

Query parameters

auditUserstring required

The audit user to log the request

Response

Successful operation

updatedBystring

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.

updatedAtstring date-time

Timestamp when the balance was last updated

Example response

{
  "balance": {
    "amount": 3.14,
    "currency": "EUR"
  }
}