Distribution Account Balance

This service retrieves the real time balance of the distribution account linked to a partner

Endpoint

/MFSAfricaCard/v1/distributionbalance

Request

{
  "accountNumber": "232323322"
}
Field (* required field)TypeDescription
accountNumber*stringDistribution account number of partner

Response

{
    "balance": 6000000.0,
    "currencyCode": "UGX",
    "errorCode": "0000",
    "errorMessage": "SUCCESS"
}
FieldTypeDescription
balancestringThe balance on the customer’s account
currencyCodestringThe three character ISO 4217 Currency Code of the customer’s account
errorCodestringError Code
errorMessagestringError Message