Skip to main content

FxRate

(In Development)

FX Conversion rate token, that contains the FX rate suggested by Paysafe used for currency conversion. This token is obtained using the FX Rate API.

Each token is valid for certain amount of time and allows merchant to preview the exchange operation to his customers and lock the exchange rate for limited time.

    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.