Customer says they paid
Use the transaction checker to compare explorer facts with the order facts before marking anything manually.
BoltUtil tools
Practical browser tools for testing USDT payment matching, signed webhooks, callback retries, and support investigations before you touch production data.
Focus
USDT matching
Focus
Webhook signatures
Focus
Support diagnostics
Payment matching
Fetch or paste chain transaction facts, then compare network, destination address, amount, order status, and confirmations.
Callback testing
Generate signed BoltUtil webhook payloads, HMAC-SHA256 signatures, and cURL commands for callback debugging.
Use cases
These tools are designed for the moments when a customer says they paid, an order is still pending, or a webhook reached your endpoint but the application did not update.
Use the transaction checker to compare explorer facts with the order facts before marking anything manually.
Check network, token contract, exact amount, destination address, expiration window, and confirmation depth.
Use the webhook tester to reproduce the callback, signature headers, and raw body your endpoint expects.
Confirm your endpoint returns non-2xx only for retryable failures and 2xx after durable processing.
FAQ
A quick guide for choosing the right diagnostic flow.
Use the USDT Transaction Checker first. It helps compare the transaction hash, selected network, destination address, transfer amount, order status, and confirmation count.
Use the Webhook Tester when the payment is complete but your application did not update, or when signature verification fails.
No. The public tools are diagnostic helpers. They do not mark orders as paid, send customer notifications, or trigger production webhooks.