Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
Endpoint
GET: https://sandbox.monnify.com/api/v2/disbursements/search-transactions?sourceAccountNumber={sourceAccountNumber}&pageNo={pageNo}&pageSize={pageSize}
This endpoint is protected

...

b OAuth 2.0 Bearer Token

The following query parameters are supported:

Field Reference:

Field

Description

Status

pageNumber

A number specifying what page of transfers to be retrieved. Minimum value is 0, and defaults to 0 if not specified.

Optional

pageSize

A number specifying size of each transfer page. Minimum value is 1, and defaults to 10 if not specified.

Optional

sourceAccountNumber

Unique identifier of your wallet. Can be obtained on the disbursements page on the web portal and is represented as WALLET ACCOUNT NUMBER.

Mandatory

transactionReference

The unique reference for a disbursement transaction.

Optional

startDate

A timestamp value specifying the date to start filtering disbursement transactions by the createdAt field

Optional

endDate

A timestamp value specifying the date to stop filtering disbursement transactions by the createdAt field

Optional

amountFrom

A number specifying the lower bound for filtering the transactions by the amount field

Optional

amountTo

A number specifying the upper bound for filtering the transactions by the amount field

Optional

Below is a sample response for getting all disbursement transactions:

...