PUT
/
v1
/
stip
/
accounts
/
{id}
/
external-balance
Update Account External Balance
curl --request PUT \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/spend-control/v1/stip/accounts/{id}/external-balance' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 3.14,
  "currency": "EUR"
}'
This response does not have an example.

Path Parameters

id
string
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
required

A valid ISO 4217 currency code

Example:

"EUR"

Response

204

Successful operation