Improved
March 22, 2023
 over 2 years ago by Perry Ratcliff
Customize lender requirements per Merchant
Previously, the prequalification form required your Merchants to be activated with all lenders. You can now disable this requirement for a merchant. For example, if you want to disable GreenSky for a merchant, you would call the merchant upsert endpoint with something like:
{
    "name": "🛠️ Example Merchant",
    "appID": "D12345",
    "lenderIDs": {
        "ftl": "C2044"
    },
    "disabledLenders": {
        "greensky": true
    }
}Improvements & Fixes
- Pending invites will be hidden after 15 days if they are not used.
 - Projects will be hidden after 30 days if they are not sent to a lender.
 - A large number of small improvements have been made to the prequalification form.
 
