---
title: "GET /getRate"
method: GET
path: "/getRate"
tags: ["GET"]
---

# GET /getRate

`GET /getRate`

Fetches information about a single rate offer. This will return information about the rate offer so long as it exists, even if it has expired.

## Query parameters

- `MerchantId` string, uuid, required — The 36 character GUID which identifies the supplier to the Reach system.
- `RateOfferId` string, uuid, required
- `Callback` string — JSONP Javascript function name.

## Response `200`

Rate information was successfully retrieved.

- object
  - `Id` string, uuid, required — A Reach rate offer ID for the supplier.
  - `Currency` string, required — The upper-case 3 character ISO 4217 currency code for this rate offer.
  - `Expiry` string, date-time, required — The RFC 3339 timestamp at which this rate offer expires.
  - `Rate` number, double, required — The Reach guaranteed exchange rate.

## Other responses

- `400` — If present, the getRate request structure was invalid and unable to be parsed.
- `404` — If present, a value of the request was unable to be found. For example, if the MerchantId provided could not be found in the given environment
- `503` — There was a system problem and the request should be tried again.

---

[API](https://skmtc.net/withreach/apis/reach-checkout-api.md) · [All operations](https://skmtc.net/withreach/apis/reach-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/withreach/reach-checkout-api/versions/f95f4b8dd180/schema)
