Invoke the Taiki App
Last updated
Last updated
The Taiki App offers a seamless tax form retrieval experience for both Android and iOS users. As an instant app on Android and an app clip on iOS, Taiki eliminates the need for traditional downloads. Users can access Taiki directly from a mobile or web application, allowing for immediate use without installation.
Once invoked, Taiki streamlines the process of gathering tax documents. Users simply log into their preferred platforms, and Taiki automatically collects all relevant tax forms from these sources. The app then efficiently transmits this compiled information to your specified web hook, ensuring secure and convenient delivery of tax data.
Invoking from Invoking the Taiki app from Webapp
Invoking from iOS and Android.
All methods of invocation requires a JWT token (string) and a year (string). JWTToken is the token generated here (Initialize JWT Token) and year is the tax form year you want your users to extract. (To file the tax report for 2023, year should be 2023)
To support the Taiki App with your webapp, you can use our JS CDN library to generate a QR code that when scanned by the user, will open the Taiki app.
Below is an example of an IOS application that triggers the Taiki App Clip from your app.
Coming soon!