Hello
I have this questions because I am using the shiphero api and some orders might be high risk
so when the order is put on frauld hold what happens next? who does the investigation? the shiphero user has to determine if the order should be canceled? Does the store get a notification about this frauld hold field? they have to remove it manually?
This is what our integration is doing when we our model determines that the risk of the order is high:
- Fraud Hold: Orders detected with a high risk in delivery are being placed on fraud hold.
- Signature Requirement: For orders flagged as requiring signature verification, we are updating the
require_signaturefield to true.
Is this the right way to approach the issue?