Get Pending Transactions

Use this API to retrieve all pending transactions for a specific savings account. Unlike completed transactions, pending transactions are still being processed and have not yet been settled.

Prerequisites

  • Pass the savingsId as a path parameter.

Example Request

GET /v1/savingsaccounts/{savingsId}/pendingtransactions

What Are Pending Transactions?

Pending transactions are those that have been initiated but not yet fully processed or settled. Common examples include:

  • Card authorizations awaiting settlement
  • ACH transactions in transit
  • Transactions held under AML (Anti-Money Laundering) screening

Filtering & Pagination

Use the following query parameters to control and sort the results:

ParameterDescription
offsetStarting position for pagination. Defaults to 0.
limitMaximum number of results to return. Defaults to 200. Pass 0 or a negative value to return all records.
orderByField to sort results by. Defaults to createdAt.
sortOrderSort direction. Supported values: ASC, DESC. Defaults to DESC.
Path Params
integer
required
Defaults to 123

The Id associated with the account.
Example: 123

Query Params
integer
Defaults to 0

Indicates the result from which pagination starts. Defaults to 0.
Example: 0

integer
Defaults to 200

Restricts the size of the results returned. Defaults to 200.
To override the default and return all entries you must explicitly pass
a non-positive integer value for limit e.g. limit=0, or limit=-1
Example: 20

string
Defaults to createdAt

In which property order data will be fetched
Example: id

string
Defaults to DESC

Specifies the sorting order. Possible values - ASC, DESC
Example: `'ASC'

Headers
string
required

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