v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBDeposit account lifecycle
Get cycle snapshot for deposit account
Return a consolidated point‑in‑time snapshot of a deposit account lifecycle, providing current and previous cycle details such as active and prior product attachments, key dates (cycle start, maturity, rollover), interest plan information, and principal context to support audit, statement, and reconciliation use cases.
get/v1/deposits/accounts/{accountId}/cycle-snapshot
Path parameters
accountIdinteger required
Account ID
Headers
AuthorizationTokenstring required
Account token. Token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized error.
Response
Cycle snapshot returned successfully
Example response
{
"account_id": 1234567,
"status": "ACTIVE",
"current_product_id": "ze2b8k77-f6a0-4ba4-890a-0dc23f13fhg4",
"current_attachment_id": "1234test",
"current_interest_plan_id": "ee2b8b77-f6a0-4ba4-890a-0dc23f13fcb4",
"current_grace_period": 10,
"current_rollover_date": "2026-02-01T00:00:00Z",
"current_calendar_maturity_date": "2026-01-26T12:00:00Z",
"previous_product_id": "ae2b8k77-f6a0-4ba4-890a-0dc23f13fcb4",
"previous_attachment_id": "attach685",
"previous_interest_plan_id": "ee2b8b77-f6a0-4ba4-890a-0dc23f13fcb4",
"previous_grace_period": 5,
"previous_calendar_maturity_date": "2025-12-01T00:00:00Z",
"cycle_start_date": "2026-01-26T12:00:00Z",
"start_date": "2024-12-01T00:00:00Z"
}