v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBExchange rates
Create exchange rate
Define the exchange rate for international transactions.
You must use this endpoint or Pismo Control Center to define the exchange rate for today or tomorrow.
Exchange rates are defined at the organization level but, optionally, you can define rates for a specific program and the platform uses this rate and not the org rate for all program-related transactions.
Note: For more information, refer to Exchange rates for international transactions.
post/v1/exchange-rates
Headers
Authorizationstring required
Access token, not an account-specific token. Tokens can expire quickly, which can result in an <b>401 Unauthorized</b> message
Request body
Example request
{
"date": "2022-01-02",
"destination_currency_id": "840",
"origin_currency_id": "032",
"exchange_rate": 4.8123,
"spread": 1.0567,
"hour": "14:30:00Z",
"program_id": 1010,
"apply_fees_without_spread": true
}Response
Created