That's a fairly common anti-fraud pattern for lots of systems: if a particular account's performance exceeds its long-term trend by a large amount (say 100% or more), it gets flagged for manual review. Once a payment goes out, it's not economic to retrieve it, so you want that extra review to happen before it's issued.
Ideally this would cause a delay in the payout, but if an account doesn't break the threshold until just before the payment date, the review might cause a delay.
This is common on ad platforms, credit card processors and even auction platforms like eBay. I would guess that it's a "standard practice" for risk mitigation.
Ideally this would cause a delay in the payout, but if an account doesn't break the threshold until just before the payment date, the review might cause a delay.
This is common on ad platforms, credit card processors and even auction platforms like eBay. I would guess that it's a "standard practice" for risk mitigation.