Modes/Base Urls
Taiki has two modes for usage listed below. The Base URL is the URL used for all endpoints such as Initialize JWT Token and Verify Token Endpoint.
Mode
Base URL
Description
sandbox
https://sandbox.taiki.ai
Sandbox mode for testing. At the moment you will still need to login to your platforms with your real credentials and the webhook will return with your real data. This mode is the same as prod but you dont need to worry about polluting the production data.
production
https://prod.taiki.ai
Production mode to go live with your users. Users need to login with real credentials and the API webhook will return with real customer tax form and data.
Last updated