BetaYou're exploring an early version of tPay365. Features and content may change as we refine the experience.

Sandbox Environment

A full mirror of production with test credentials and seed data. Ship with confidence before going live.

Test Credentials

Use these credentials in sandbox mode. All sandbox keys are prefixed with sk_test_.

Sandbox credentials
bash
# Sandbox API Key
sk_test_sandbox_demo_key_001

# Sandbox Base URL
https://sandbox.api.tpay365.com/v1

# Test Employee ID
emp_test_8821-9920

No real data

Sandbox mode never touches production data. All vault operations use a separate encrypted store that is wiped weekly.

Seed Data

The sandbox is pre-populated with test employees, employers, and subscription providers.

EntityCountID Pattern
Employees50emp_test_*
Employers5org_test_*
Providers20prv_test_*
BACS Files10bacs_test_*

Differences from Production

  • No real bank transfers are executed. Payment execution returns simulated results.
  • Webhooks are delivered to your endpoint but can also be inspected in the dashboard.
  • Rate limits are relaxed (1,000 req/s vs 100 req/s in production).
  • Vault data is wiped weekly. Do not store anything you need long-term.