cURL
Transaction Limits
Get Transaction Limits
This endpoint retrieves the transaction limits for a merchant.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Query Parameters
The unique identifier of the merchant account
Example:
859835783
Response
Success Response (200)
Currency code for the transaction limits
Example:
"MWK"
Unique code identifying the transaction type
Example:
"MMW"
Human-readable description of the transaction type
Example:
"Merchant to mobile wallet"
Minimum amount allowed per transaction
Example:
100
Maximum amount allowed per transaction
Example:
10000000
Maximum total transaction amount allowed per day
Example:
20000000