Improved
Accounts API v1.0.1 β Release Notes
May 18th, 2026 by ReadMe GitHub Action
π Accounts API Update v1.0.1 is now live! π
This release promotes two previously-preview endpoints to production β savings-account interest history and card payouts β adds account-ownership enforcement, fixes several card-payout contract issues, and broadens currency support.
β¨ What's New
- πΈ
GET /interestis live (savings-account interest history) - π³
POST /payout/cardwired to the real handler - π Account-ownership enforcement on user-scoped reads (403 added to spec)
- π§Ύ Card-payout contract fixes (object shape, error codes)
- π± π΄π² OMR, πΆπ¦ QAR, π¦πͺ AED, and π¬πΉ GTQ currencies added
- π Docs reorganised into clearer Recipients sections
πΈ Savings-Account Interest History
GET /accounts/user/account/bakkt/{account_uuid}/interest is no longer a [PREVIEW] placeholder.
What's New
- Returns real interest history for the savings account
- Response is a bare
interest-payment[]array as documented - Status mapping:
APPLIEDβPOSTEDINFLIGHTβPENDINGREJECTED/VOIDED/FAILEDβFAILED
operation_typeisMIDNIGHT(end-of-day accrual)
Security
- Endpoint enforces account ownership via the authenticated principal
- Requests for an
account_uuidthat does not belong to the caller return 403 Forbidden (newly documented in the OpenAPI spec)
π³ Card Payouts
POST /user/account/bakkt/{account_uuid}/payout/card now flows end-to-end through the linked-card payout pipeline.
What Changed
- Wired to the dedicated
createPayoutToCardhandler - Backed by a new dedicated card-payout action (replaces the generic create-payment overload)
- Route, request schema, and OpenAPI summary updated (no more
[PREVIEW])
π§Ύ Card-Payout Contract Fixes
- Card object is no longer nested in the response β top-level fields only
- Unknown-card responses now return the correct error code
AccountNotClosableis now mapped to HTTP 400 on the close endpoint (was previously a 5xx-class response)
π± New Currencies: π΄π² OMR, πΆπ¦ QAR, π¦πͺ AED & π¬πΉ GTQ
- π΄π² OMR and πΆπ¦ QAR are now supported
- π¦πͺ AED is now available across the API
- π¬πΉ GTQ (Guatemalan Quetzal) is now supported across the API
π Docs & Tooling
- Endpoints reorganised into clearer Recipients categories with improved paths
exclusiveMinimumsyntax in the spec fixed for stricter client generators
π Let us know if you need help integrating these updates!
