List available purchase accounts
list available purchase accounts get /selling/api/loans/purchase/accounts retrieve all purchase accounts that can be used for purchasing loans with the specified parameters returns account configuration details without balance information query parameters parameter type required description date string yes purchase date in yyyy mm dd format (e g , 2026 08 05) loantype string yes loan type hfs, lthfs, or ret issuingbank string yes issuing bank identifier mplid string no mpl identifier (optional) investorid string no investor identifier (optional) response 200 ok returns an array of purchaseaccount objects containing account configuration details example request get /selling/api/loans/purchase/accounts?date=2026 08 05\&loantype=hfs\&issuingbank=crb\&mplid=abc use cases account discovery find which accounts are configured for specific purchase parameters configuration validation verify accounts are set up before attempting purchase account setup troubleshooting identify missing account configurations