get https://api-v3-uat.tanda.africa/io/v3/countries//mmos//businesses/
Retrieves the name associated with a Paybill (business) shortcode.
HTTP Request
/v3/countries/{countryId}/mmos/{mmoId}/businesses/{businessShortcode}Method: GET
Example Request
curl --request GET \
--url https://api-v3.uat.tanda.africa/io/v3/countries/KE/mmos/Mpesa/businesses/522522 \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'authorization: Bearer <YOUR_JWT_TOKEN>'Request parameters
| Field | Description |
|---|---|
| countryId | Two-letter country code . E.g., KE for Kenya. |
| mmoId | Mobile money operator (e.g., Mpesa). |
| businessShortcode | The paybill shortcode (e.g. 522522). |
Response
| Field | Description |
|---|---|
| name | The name associated with the paybill shortcode. |
| status | Status code. S000000 indicates success. |
| message | A short message indicating the outcome (Lookup Success on success). |
