Table of Contents
1. Is the Base URL, Business ID, and Client ID the same for both Staging and Production Environments?2. Do we need to provide Auth URL, and Auth ID for Staging as well as Production?3. Are Auth Code and Auth Type the same?4. What is the Sign-up type?1. Is the Base URL, Business ID, and Client ID the same for both Staging and Production Environments?
The Base URL and Client ID are unique for Staging and Production Environments, but the Business ID remains the same for both.
2. Do we need to provide Auth URL, and Auth ID for Staging as well as Production?
The Auth URL can be set to third-party, but the Auth ID and Auth Code need have to be generated at the business's end
3. Are Auth Code and Auth Type the same?
Auth Code and Auth Type are not the same. Auth code is a variable that is used for signing up, whereas there is no such thing called as Auth Type.
4. What is the Sign-up type?
It is the type of authentication that the business would use, and by default it is third_party. If the business wants to utilize a specific authentication type, then they can connect with the Haptik team for more details.