Check if purchase allowed
check if purchase allowed get /selling/api/loans/purchase/purchaseallowed check if loan purchasing is allowed on a specific date based on system configuration and business rules (e g , fed days, blackout periods, system maintenance) query parameters parameter type required description date string yes date to check in yyyy mm dd format (e g , 2026 08 05) response 200 ok returns a boolean true true purchases are allowed on this date false purchases are not allowed on this date example request get /selling/api/loans/purchase/purchaseallowed?date=2026 08 05 use cases pre purchase validation verify the date is valid before attempting purchase calendar planning check multiple dates to plan purchase schedules ui validation disable purchase buttons for invalid dates date picker restrictions only allow selection of valid purchase dates