Lookup a Business Paybill Name

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

FieldDescription
countryIdTwo-letter country code . E.g., KE for Kenya.
mmoIdMobile money operator (e.g., Mpesa).
businessShortcodeThe paybill shortcode (e.g. 522522).

Response

FieldDescription
nameThe name associated with the paybill shortcode.
statusStatus code. S000000 indicates success.
messageA short message indicating the outcome (Lookup Success on success).
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!