Skip to main content
POST
Monthly payment preview

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Prets-Organization
string

Target merchant organization slug.

Minimum string length: 1
Example:

"prets"

Accept-Language
string

BCP 47 language tag; defaults to nl-NL

Example:

"nl-NL"

Body

application/json

Indicative financing cost preview

currency
enum<string>
required

Quote currency (currently EUR only)

Available options:
EUR
Example:

"EUR"

totalInclTax
number
required

Quote total including tax in EUR

Required range: x >= 0
Example:

12500

address
object

Installation address; when omitted, eligibility may be broader where rules allow

lineItems
object[]

Quote line items. When supplied, each representativeExample includes a lineItems[] breakdown pro-rating its monthlyCost across the lines.

Response

Indicative representative examples and response-level content (text_warning). Per-example lineItems present when the request included lineItems. links.loanIndicationWidget present when merchant org context is available.

Indicative financing cost preview

data
object
required