Get Wallet Info
Use this endpoint to retrieve details about a specific wallet using its account number
Last updated
Use this endpoint to retrieve details about a specific wallet using its account number
Last updated
{
"accountNo": "9000112233",
"accountName": "ACME CORP",
"type": "DEFAULT DISBURSEMENT",
"balance": 4500000,
"currency": "TZS",
"countryCode": "TZ"
}{
"statusCode": 401,
"reason": "INVALID_CREDENTIALS",
"details": {}
}{
"statusCode": 500,
"reason": "SERVER_ERROR"
}