Risk & Radar
Risk & Radar helps protect payments and merchant accounts from unusual behavior, disputes, and abuse.
What This Section Covers
- understanding merchant-visible risk signals;
- knowing why a payment may require review or additional action;
- reducing false positives with clean payment data;
- following dispute or review statuses when they are exposed in the dashboard.
Data That Helps Reduce Risk
When creating a payment, provide consistent data:
- correct
transaction_country; - realistic currency and amount;
- customer, email, or phone when available;
- clear business
metadatasuch asorder_idorcheckout_session_id; - configured webhooks to track status changes.
Possible States
| State | Meaning |
|---|---|
requires_action | Customer or merchant action may be required. |
review_hold | The payment is temporarily held for review. |
payment_failed | The payment failed or was declined. |
succeeded | The payment is confirmed. |
Best Practices
- Do not store sensitive information in
metadata. - Keep stable business identifiers to reconcile payments, orders, and webhooks.
- Use webhooks to react to status changes instead of relying only on customer redirects.
- Show clear customer messages when a payment requires action.