Skip to main content
PUT
Update Account External Balance

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string<biginteger>
required

Account id

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
amount
number
required

External balance amount

Required range: x >= 0
Example:

3.14

currency
string<iso4217-currencycode>
required

A valid ISO 4217 currency code

Example:

"EUR"

Response

Successful operation