get
https://api.cloud.mbanq.com/v1/savingsaccounts//unifiedtransactions/
Use this API to retrieve the full details of a specific transaction for a savings account. The response structure varies depending on the transaction type.
Prerequisites
- Pass the
savingsIdas a path parameter. - Pass the
transactionIdas a path parameter. Use the Get Recent Transactions endpoint to obtain valid transaction IDs. - Pass the
typeas a required query parameter to indicate the transaction category.
Example Request
GET /v1/savingsaccounts/{savingsId}/unifiedtransactions/{transactionId}?type=SAVINGS_TX
Transaction Types
The type query parameter determines the response structure returned:
| Type | Description |
|---|---|
SAVINGS_TX | A completed savings transaction such as a deposit or withdrawal. |
AUTHORIZED_TX | A pending card authorization with funds on hold. |
REJECTED_AUTH | A card authorization request that was declined. |
What's Returned
The response includes:
- Account information (main account and subsidiary accounts, if applicable)
- Transaction type and categorization details
- Client information associated with the transaction
- Transaction-specific data based on the
type(savings, authorization, or card details) - Any related transactions linked to this transaction
- Attachments associated with the transaction
