OFAC Screening Error Handling
OFAC Screening Error Handling
Error handling is a compliance decision: if the screening API is unavailable or returns an error, do you allow the transaction (fail open) or block it (fail closed)? OFAC expects fail-closed — blocking on uncertainty. This protects compliance but requires high screening API availability.