How to add OFAC screening to an existing application
How to add OFAC screening to an existing application
Adding screening to an existing app: (1) Map every code path where payments are initiated. (2) Add a screening API call at the start of each path — before payment authorization. (3) Test each path with sanctioned wallets. (4) Enable logging. (5) Deploy. The change is typically under 10 lines of code per payment path.