Settings
Return settings for particular products
Get lease settings
GET
https://apis.sandbox.flexshopper.com/v3/settings/lease
This endpoint allows you to get lease specific settings
Headers
Authentication
string
Required authentication token
{% tab title="200 Successfully retrieved settings. What the returned keys mean: minimOrderValue - used to check if an order meets FlexShopper's minim order amount being displaying FlexShopper as a payment option. If an order is passed to FlexShopper that does not meet the minimum order value the integrator will receive an error.
estimateWeeklyMultiplier - used to calculate an estimated weekly price, used primarily for display purposes, such as on a product page. A pseudocode example of how to calculate an estimated weekly price is below where P is the product price:
weeklyPrice = ceil((estimateWeeklyMulplier * P / 52))" %}