Skip to main content

Calculate a preliminary offer for a selected financing amount

post/dynamicOffers/{id}/calculate

Calculates a preliminary offer for the financing amount that the user selected from a dynamic offer. The preliminary offer is for informational purposes only and cannot be used to initiate a grant.

Requests to this endpoint are subject to rate limits:

  • Live environments: 120 requests per minute.

  • Test environments: 120 requests per minute.

Endpoint destination URL
Click to copy
idstringRequired
Min length: 1

The unique identifier of the dynamic offer from which the user selected the financing amount.

amountobjectRequired

The financing amount that the user selected from a dynamic offer. Adyen uses this amount to calculate a preliminary offer.

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

  • 422 - Unprocessable Entity

    A request validation error.