Closed saimish closed 1 year ago
sk_test
make sure the setup is like this TabbySDK().setup( withApiKey: 'sk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', // Put here your Api key environment: Environment.production, // == https://api.tabby.ai/ );
I have used this key too but server exception is thrown. When use pk_test key it says 401 unauthorized access. Do I also have to change merchant url in this tabbysdk example?
please provide full code you write
Please use pk (public key)
I got two keys like pk_test_xxxxxxxxxxx and sk_testxxxxxxxx which one should I use as an API Key?