curl --location --request GET 'https://api.zen.com/v3/terminals?transactionType' \
--header 'request-id;'{
"meta": {
"limit": 10,
"offset": 0,
"direction": "desc",
"hasMore": false,
"currencies": [
"PLN"
]
},
"data": [
{
"paymentMethod": "PME_CARD",
"paymentMethodName": "string",
"methodLogoUrl": "string",
"customerCountry": "PL",
"paymentChannels": [
{
"paymentChannel": "PCL_CARD",
"paymentChannelName": "string",
"currencies": [
"PLN",
"EUR",
"USD",
"GBP"
],
"cryptoCurrencies": [
{
"walletCurrency": "BTC",
"currencyName": "Bitcoin",
"currencyCode": "BTC_LIGHTNING",
"network": "Lightning Network",
"networkLogoUrl": "https://www.zen.com/hubfs/Assets/Top-up/Lightning%20Network.png",
"networkCode": "LIGHTNING",
"minAmount": "12.03",
"maxAmount": "123.04"
}
],
"cardOrganizations": [
{
"organization": "COR_VISA",
"logoUrl": "string"
}
],
"channelLogoUrl": "string",
"lastUsed": true,
"hasAuthorizationFee": true,
"hasCashback": true
}
]
}
]
}