Mojatax Adaptor
About Mojatax
Mojatax is a mobile application designed to help businesses and individuals in Tanzania issue TRA (Tanzania Revenue Authority) fiscal receipts directly from their mobile devices. It simplifies the process of tax receipt issuance.
Integration Options
Mojatax 1.0 has an available REST API. See functions for more on how to use this adaptor to work with the API.
As of October '24, there is no documented support for a webhook or a data forwarding feature.
Authentication
Users must specify a Mojatax Business client_id
and password
to generate an
access_token
, which can be sent as a Bearer Token to access other API
endpoints.
See Mojatax docs
for detailed guidance.
OpenFn users can use the Mojatax
credential type when
creating a credential.
See this adaptor's
Configuration docs for
technical docs on the authentication parameters required. If working locally or
if using a Raw JSON
credential type, then your configuration will look
something like this:
{
"baseUrl": "https://vfd-staging.mojatax.com",
"password": "@some(!)Str0ngp4ss0w0rd",
"clientId": "the-long-uuid-provided-by-mojatax"
}
Helpful Links
- Mojatax API documentation on Postman: https://documenter.getpostman.com/view/5385860/2s93RMVao6#intro