v1

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

Update Account External Balance

This operation can be used to update external account balance.

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

Path parameters

idstring biginteger required

Account id

Query parameters

auditUserstring required

The audit user to log the request

Request body

amountnumber required

External balance amount

currencystring iso4217-currencycode required

A valid ISO 4217 currency code

Example request

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

Response

Successful operation