Last Updated: 05 June 2025 | Change Log
Our FX API allows you to:
- retrieve an FX rate pairing
- create an FX quote
- retrieve an FX quote
- add a markup to an FX rate
- lock future FX rates
Retrieve an FX rate for a particular payment method. In one call, our [FX Rates API] allows you to retrieve:
- a single currency pairing (e.g GBP to EUR)
- one currency against all currencies you are entitled to (e.g. GBP to EUR, GBP to USD, GBP to CAD, etc.)
- all currencies against all other currencies you are entitled to
- lock the FX rate by creating an FX quote
- retrieve an existing FX quote
- lock a forward FX rate for a future date up to 30 days - Coming soon
Setting your headers is an important part of an API request. The headers represent the meta-data associated with your API request.
Authorization: {your_credentials}
Accept: application/vnd.worldpay.foreignexchange-v1+json
Content-Type: application/vnd.worldpay.foreignexchange-v1+json
Header | Description |
---|---|
Authorization | We use the Authorization header to identify and authenticate you within Access Worldpay. You must use the Authorization header for any request you send. |
Content-Type | We require the Content-Type header if the request you're sending includes a request body, and if the HTTP method is a POST or a PUT . |
Accept | We use the Accept header to identify which version of the resource you are using. You must use the Accept header if the HTTP method is a GET . |
If you're using both the Content-Type
and Accept
headers, they must match.
Note
Replace {your_credentials}
with your base64-encoded Basic Auth username and password. To get your Access Worldpay credentials contact your Implementation Manager.
Whitelist the following URLs:
https://try.access.worldpay.com/
https://access.worldpay.com/
Please ensure you use DNS whitelisting not explicit IP whitelisting.
Note
When you make a request within Access Worldpay, you should always cache the response returned.
Next Steps
- Get FX rates
- Create FX quote
- Make a Payout using an FX quote
- Retrieve FX quote
- Lock a forward FX rate - Coming soon