Swift Transfer
Get currency list
This endpoint allows you to retrieve a list of currencies in which a payment through the SWIFT network can be made
GET
/api/2/eurowallet/payments/swift-currenciesRequest
This request does not require any parameters
Response
swiftCurrencies
array of string required
The list of currencies in which a payment through the SWIFT network can be made
Examples
GET url: /api/2/eurowallet/payments/swift-currencies
{
"swiftCurrencies": ["GBP", "USD", "EUR", "CAD", "AUD", "NZD", "SGD", "SEK", "NOK", "DKK", "PLN", "HKD", "CHF", "CZK", "JPY", "HUF", "BGN"],
}