This operation can be used to retrieve external account balance.
cURL
curl --request GET \ --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/spend-control/v1/stip/accounts/{id}/external-balance
{ "balance": { "amount": 3.14, "currency": "EUR" }, "updatedBy": "<string>", "updatedAt": "2023-11-07T05:31:56Z" }
Account id
The audit user to log the request
Successful operation
The response is of type object.
object
Was this page helpful?