Check offers

POST
/coverage/check_offers

Check a set of offers against our limits for a given state. Customers can pass us a list of offers, which we will run through our compliance limits. We will return a boolean for each offer indicating whether the offer passes our limits or not. If the user does not specify an ID for each offer, we will reindex them from 0.

Request

This endpoint expects an object.
statestringRequired

The state the borrower is in (2 chars)

offerslist of objectsRequired

A list of CheckOffer objects, each uniquely identified by an id.

Response

This endpoint returns a map from strings to objects.
is_compliantboolean

Boolean indicating whether the offer passes our limits.

aprintegerOptional

The annual percentage rate for the offer. Null if not compliant or not applicable.

Errors