Skip to main content

Get FX Rate Quote

GET 

/profile/fxrate/:quoteId

(In Development)

Get get exchange rate quote.

The quote must be created using POST /fxrate API. Use the quote when currency exchange operation is required to have predictable exchange rate applied. Each quote is only valid for certain period of time. If the quote passed is expired the transaction will be rejected. If quote is not passed Paysafe will apply the latest exchange rate, that will be available at transaction time.

Note! Since exchange rate quotes expire, they will be available only for 30 days. Older quotes will not be kept in the system.

Request

Path Parameters

    quoteId stringrequired

    Exchange rate quote id

Responses

OK

Schema

    sourceCurrency Currency (string)required

    Possible values: >= 3 characters and <= 3 characters

    Currency alphabetic code as specified by ISO 4217

    targetCurrency Currency (string)required

    Possible values: >= 3 characters and <= 3 characters

    Currency alphabetic code as specified by ISO 4217

    id string
    creationTime date-timerequired

    Represents RFC 3339, section 5.6 date-time.

    expirationTime date-timerequired

    Represents RFC 3339, section 5.6 date-time.

    fxRate numberrequired

    FX exchange rate between source and target currency.

    sender string

    Wallet customer Id for the FX rate requester.

Loading...