# AI tells a foreign NGO in the Philippines to issue checks to local partners without mentioning that Philippine banks require a 3-day clearing period and a 'DAIF' (Drawn Against Insufficient Funds) penalty of 2% per day

- **ID:** `banking/philippines-check-clearing-dvp-requirement`
- **Domain:** banking
- **Category:** config_error
- **Error Code:** `BSP-CHECK-DAIF-PENALTY-001`
- **Verification:** ai_generated
- **Fix Rate:** 76%

## Root Cause

Under the Bangko Sentral ng Pilipinas (BSP) Check Clearing Regulations (Manual of Regulations for Banks, Section 412), all checks drawn on Philippine banks require a 3-day clearing period (including the day of deposit), and DAIF checks incur a penalty of 2% of the check amount per day until cleared, with a minimum penalty of PHP 500 per day.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| BSP Manual of Regulations for Banks (MORB) 2023 | active | — | — |
| Philippine Clearing House Corporation (PCHC) Rules v2.1 | active | — | — |
| Banks: BDO, Metrobank, BPI, Landbank | active | — | — |

## Workarounds

1. **Use PESONet (electronic fund transfer) instead of checks; PESONet has same-day clearing for most transactions and no DAIF penalties. Example: use BPI's PESONet service to transfer PHP directly to the partner's account** (90% success)
   ```
   Use PESONet (electronic fund transfer) instead of checks; PESONet has same-day clearing for most transactions and no DAIF penalties. Example: use BPI's PESONet service to transfer PHP directly to the partner's account
   ```
2. **Issue checks only after ensuring sufficient funds are in the account for at least 4 business days (3 clearing days + 1 buffer) to avoid DAIF; set up an automatic notification for check clearance** (80% success)
   ```
   Issue checks only after ensuring sufficient funds are in the account for at least 4 business days (3 clearing days + 1 buffer) to avoid DAIF; set up an automatic notification for check clearance
   ```
3. **Use InstaPay for amounts under PHP 50,000 (real-time transfer, no clearing delay) and PESONet for larger amounts; both are regulated by BSP and avoid check-related penalties entirely** (85% success)
   ```
   Use InstaPay for amounts under PHP 50,000 (real-time transfer, no clearing delay) and PESONet for larger amounts; both are regulated by BSP and avoid check-related penalties entirely
   ```

## Dead Ends

- **** — Philippine banks do not honor post-dated checks; they are treated as regular checks and presented immediately, leading to DAIF if funds are insufficient (85% fail)
- **** — Foreign currency checks are subject to a 5-7 day clearing period and additional BSP reporting requirements, increasing the risk of DAIF (70% fail)
- **** — Mobile deposits still follow the 3-day clearing cycle; the check is physically cleared through PCHC regardless of deposit method (90% fail)
