Skip to main content

Get Exchanges Rate

GET 

/v2/international-disbursement/exchange-rates

An endpoint to get the exchange rate and other details of the destination country corridors such as minimum and maximum transfer amount, cut-off time, estimated arrival time, and the transfer fee.

Request

Query Parameters

    country_iso_code string

    Country code using ISO 3166 (Alpha-3). You can choose multiple countries separate by comma. See supported Country ISO Codes.

    transaction_type stringrequired

    Possible values: [C2C, C2B, B2B, B2C]

    Transaction type information. Possible values are

Responses

Sample expected response

Schema

  • Array [

  • currency_code string
    country_code string
    country_name string
    country_iso_code string
    flip_exchange_rate integer
    flip_transfer_fee integer
    minimum_amount integer
    maximum_amount integer
    payment_speed string

    arrival_message

    object

    id string
    en string
    notes string
    transaction_type string
    flip_cutoff_time string
    flip_arrival_time string
    is_active boolean
  • ]

Loading...