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) | Type | Description |
---|---|---|
accountNumber* | string | Distribution account number of partner |
Response
{
"balance": 6000000.0,
"currencyCode": "UGX",
"errorCode": "0000",
"errorMessage": "SUCCESS"
}
Field | Type | Description |
---|---|---|
balance | string | The balance on the customer’s account |
currencyCode | string | The three character ISO 4217 Currency Code of the customer’s account |
errorCode | string | Error Code |
errorMessage | string | Error Message |
Updated over 1 year ago