Get Unified Transaction Details

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 savingsId as a path parameter.
  • Pass the transactionId as a path parameter. Use the Get Recent Transactions endpoint to obtain valid transaction IDs.
  • Pass the type as 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:

TypeDescription
SAVINGS_TXA completed savings transaction such as a deposit or withdrawal.
AUTHORIZED_TXA pending card authorization with funds on hold.
REJECTED_AUTHA 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
Path Params
integer
required
Defaults to 1

The Id associated with the account Example: 101

integer
required
Defaults to 1

The ID of the transaction that was received from unifiedtransaction list endpoint Example: 101

Query Params
string
enum
required

Type of transaction that you want to view the detail of. Available types include: AUTHORIZED_TX, SAVINGS_TX, REJECTED_AUTH

Allowed:
Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json