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
Example response
{
"balance": {
"amount": 3.14,
"currency": "EUR"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.