Worldpay FX API — Multi-Currency Processing.
Supports rate pairings, FX quotes, and forward rate locking.
Summary
Functions
@spec create_quote(map(), Worldpay.Config.t()) :: {:ok, map()} | {:error, Worldpay.Error.t()}
Create an FX quote.
Set intent: "PAYOUT LIVE RATE" for a real-time rate on live transactions.
@spec get_quote(String.t(), Worldpay.Config.t()) :: {:ok, map()} | {:error, Worldpay.Error.t()}
Retrieve a previously created FX quote.
@spec get_rate(String.t(), String.t(), Worldpay.Config.t()) :: {:ok, map()} | {:error, Worldpay.Error.t()}
Get an FX rate pairing.