Skip to main content

Sandbox environment

A sandbox environment is available for integration testing before production deployment. BillSentry will provide separate credentials for sandbox — these are fully isolated from production and must not be mixed.
All sandbox requests are isolated from production. No production records are created or modified. Usage logged against sandbox credentials does not count toward production billing.
For step-by-step instructions on testing with Postman, including how to handle the gzip requirement and sample payloads, see Testing with Postman.

Sample test payloads

Use these payloads to verify your integration end-to-end before sending real bill data.

Institutional — CA Inpatient (DRG 473)

A California inpatient hospital bill. Tests DRG-based pricing, Medicare treatment flag, and late fee handling.

Professional — CA Physician (CMS-1500)

A California physician office visit. Tests professional fee schedule pricing.

Transport and security requirements

  • All requests must use HTTPS. HTTP is not supported.
  • Minimum TLS version: 1.2
  • Never include your client_secret in client-side code, version control, or log files
  • Rotate your client_secret immediately if you believe it has been compromised, contact BillSentry support

Support