RS006
The checksum or JWT value ({{checksum}}) is incorrect.
🔗 Tips To Fix This
- Check that you are including a 
checksumorJWTif Signed Requests are turned on. - Check that you are using the API key (test or live) to match the correct 
tenant_aliaswhen signing requests. - Check that you are not including client-only parameters like 
mode, andlocalein yourchecksumorJWTcalculations. 
🔗 Why is This Happening?
This error is most commonly due to an incorrect input to the checksum or JWT generation or not accidentally excluding the checksum or JWT.
Check out our Signed Requests page to find out more about when these types of requests are required, how to turn them on/off, and how to generate a checksum or JWT.