What Testing Mode Does
- Accepts API orders normally so you can validate your payloads and workflow.
- Automatically cancels those orders instead of mailing them.
- Prevents accidental production sends during development.
- Limits a Radius Search bought through the API or Zapier to 5 records per purchase.
Buying Leads Is Not an Order
Cancellation covers orders. Buying a Radius Search is not an order — the records are charged for at $0.05 each the moment they are bought, and there is nothing to cancel afterwards. Testing mode does not make that free, so it caps the purchase instead. While testing mode is on, a Radius Search bought through the API or Zapier is limited to 5 records per purchase. A largerrecord_count is refused with a 422 before anything is bought:
Five records is enough to see the shape of a real response and wire up your handling. Turn testing mode off when you are ready to buy a full list.
When to Use It
Keep testing mode enabled until you have verified:- Authentication is working
- Your recipient payloads are correct
- Your creative and message fields render as expected
- Your application is ready to send production mail intentionally