Sandbox is failing and I'm not getting the expected result, what should I do?
Last updated: July 9, 2026
This guide explains in detail how Baselayer's sandbox environment works: https://docs.baselayer.com/docs/sandbox-vs-production-environments
For sandbox requests to succeed, your inputs must exactly match the test cases we provide:
✅ Case-insensitive: "ACME Corp" and "acme corp" both work
❌ Spaces matter: "123 Main St" ≠ "123 Main St" (extra space)
❌ Punctuation matters: "Main St." ≠ "Main St"
❌ Extra fields can break requests: Adding "US" to the end of addresses when it's not in the test data will cause the request to fail
Common example: If your system automatically appends "US" to all addresses, but our test data shows "123 Main Street, New York, NY 10001" (without "US"), the sandbox request will fail. You'll need to remove the "US".