v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Seller Wallet v2024-03-01

getTransferPreview

Retrieve a list of potential fees on a transaction.

get/finances/transfers/wallet/2024-03-01/transferPreview

Query parameters

sourceCountryCodestring required

Country code of the source transaction account in ISO 3166 format.

sourceCurrencyCodestring required

Currency code of the source transaction country in ISO 4217 format.

destinationCountryCodestring required

Country code of the destination transaction account in ISO 3166 format.

destinationCurrencyCodestring required

Currency code of the destination transaction country in ISO 4217 format.

baseAmountnumber required

The base transaction amount without any markup fees.

marketplaceIdstring required

The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

Response

Success

Example response

{
  "fxRateDetails": {
    "fxRateId": "UNIQUE_FX_RATE_ID_1",
    "baseRate": 7.2,
    "effectiveFxRate": 7.25,
    "rateDirection": "BUY"
  }
}