Authorization for Tanda Name Lookup API

This section specifies the authorization one needs in need to verify Mpesa Merchant Till and Business Paybill names in Kenya.

Base URL

https://api-v3-uat.tanda.africa/io/v3

Note: This is the UAT (test) environment base URL. Replace it with the production baseURL when ready for live usage

Authorization

All requests must include a valid bearer token in the Authorization header:Authorization: Bearer <YOUR_JWT_TOKEN>You must also include the headers:

  • accept: application/json
  • content-type: application/json

If the token is invalid, missing, or has expired, you will receive an Invalid or expiredJWT error.