get
https://v1/v1/savingsaccounts//transactions/?associations=includeEnrichedData
Use this API to retrieve the full details of a specific completed transaction for a savings account.
Prerequisites
- Pass the
savingsaccountIdas a path parameter. - Pass the
transactionIdas a path parameter. Use the Get Completed Transactions endpoint to obtain valid transaction IDs. - Pass
associations=includeEnrichedDataas a required query parameter to include enriched transaction details in the response.
Example Request
GET /v1/savingsaccounts/{savingsaccountId}/transactions/{transactionId}?associations=includeEnrichedData
What's Returned
The response includes the full transaction record such as:
- Transaction type, amount, date, and currency
- Running account balance after the transaction
- Enriched data (when
associations=includeEnrichedDatais set) including counterparty details and payment metadata

