v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBBank Accounts
Get a Float Account entry
Gets one settled entry applied to a Float Account.
Float Account entries are available through this API for a rolling 24-month period, calculated from the time of the request.
get/bank_accounts/{bank_account_id}/entries/{entry_id}
Path parameters
bank_account_idstring uuid required
Bank Account ID (BankAccount.data.id), single value, exact match
entry_idstring uuid required
Float Account entry ID (FloatAccountEntry.data.id), single value, exact match
Response
OK
Example response
{
"data": {
"id": "019c8814-c767-753c-82f7-3daac44d8662",
"created_at": "2026-07-21T01:27:50Z",
"description": "CT.1uou2c",
"amount": -1250,
"available_balance_after": 84750,
"links": {
"self": "https://api.sandbox.zeptopayments.com/bank_accounts/ab3de19b-709b-4a41-82a5-3b43b3dc58c9/entries/019c8814-c767-753c-82f7-3daac44d8662"
}
}
}