get https://api-v3-uat.tanda.africa/io/v3/countries//mmos//merchants/
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
Field | Description |
---|---|
countryId | Two-letter country code (e.g., KE). |
mmoId | Mobile money operator (e.g., Mpesa). |
merchantTillNumber | Buy Goods till number (e.g., 4738534). |
Response
Field | Description |
---|---|
name | The name associated with the merchant till. |
status | Status code. S000000 indicates success. |
message | A short message indicating the outcome (Lookup Success on success). |