Skip to main content

Set an exchange rate

POST 

/api/v3/currency/_action/setExchangeRate

By default, ChargeOver will automatically set the exchange rate between currencies for you each day.

You only need to manually set the exchange rate if you want to override the exchange rate that ChargeOver updates automatically every day.

Request

Body

    from string
    to string
    exchange number

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...