Skip to main content

Calculate amount in a different currency

post/rates/calculate

Returns the calculated amounts and rates required to convert the currency of a transaction.

Endpoint destination URL
Click to copy
exchangeCalculationsarray[object]Required

An array of objects, where each object defines a currency and value for which you want to perform an exchange calculation.

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

    Successful operation

  • 401

    Unauthorized

  • 403

    Forbidden

  • 422 - Unprocessable Entity

    A request validation error.