Lookup a Merchant Till Name

Retrieves the name associated with a Buy Goods (merchant) till number.

HTTP Request

Path:

/v3/countries/{countryId}/mmos/{mmoId}/merchants/{merchantTillNumber}


Method: GET

Example Request


curl --request GET \
  --url https://api-v3-uat.tanda.africa/io/v3/countries/KE/mmos/Mpesa/merchants/4738534 \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'authorization: Bearer <YOUR_JWT_TOKEN>'

RequestParameters


FieldDescription
countryIdTwo-letter country code (e.g., KE).
mmoIdMobile money operator (e.g., Mpesa).
merchantTillNumberBuy Goods till number (e.g., 4738534).

Response


FieldDescription
nameThe name associated with the merchant till.
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!