POST
Get Connector Summary By Count

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.

Headers

Accept-Language
string
default:en

Preferred language for the response

Body

application/json
merchantAccountNumber
integer
required

The merchant account number

Required range: 10000000 <= x <= 99999999
Example:

35253486

summaryType
string
required

The type of summary (e.g., "D" for Disbursement and "C" for Collections)

Example:

"D"

fromDate
string<date>
required

Start date for the metrics period (ISO 8601 format)

Example:

"2024-01-01"

toDate
string<date>
required

End date for the metrics period (ISO 8601 format)

Example:

"2024-01-31"

Response

200 - application/json

Success Response (200)

summaryType
string

The type of summary (e.g., 'D' for Disbursement and 'C' for Collections)

Example:

"D"

connectorName
string

The name of the payment connector

Example:

"National Bank of Malawi"

currencyCode
string

The currency code for the transactions

Example:

"MWK"

successfulTransactions
integer

Number of successful transactions

Example:

150

failedTransactions
integer

Number of failed transactions

Example:

5

totalTransactions
integer

Total number of transactions

Example:

155