Get Completed Transactions

Use this API to retrieve the completed transactions of an account, excluding pending transactions.

Pass the account Id to get the transaction details.

Completed transactions are those successfully sent to the recipient. For example, an incoming return that has been successfully credited to the account is also considered a completed transaction. Similarly, when an outgoing ACH transaction is sent to the bank, it is marked as completed.

You can apply additional filters to retrieve specific transactions. Refer to the Query Params section for more details on how to filter these transactions.

The currently available filters include:

  1. Unbilled transactions

  2. Payment transactions

  3. Transactions posted within a specified period.

Example Requests:

  • creditaccounts/1/transactions

  • creditaccounts/1/transactions?unbilledTransactionsOnly=true

  • creditaccounts/1/transactions?paymentTransactionsOnly=true

  • creditaccounts/1/transactions?startDate=2023-01-18&endDate=2023-02-14

Path Params
integer
required
Defaults to 1

Credit Account Id associated with the credit account. Example: 1

Query Params
boolean

Use this field to filter the results based on billed or unbilled transactions. Example: true

boolean

Use this field to filter the results based on payment transactions. Example: true

string

Use this field to filter the results based on the start date of the transaction. Note: The date should be in the format yyyy-mm-dd. Example: 2023-01-01

string

Use this field to filter the results based on the end date of the transaction. Note: The date should be in the format yyyy-mm-dd. Example: 2023-01-31

Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

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

Response

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