curl --location --request GET 'https://api.zen.com/v4/terminals?transactionType' \
--header 'request-id;'{
"data": [
{
"paymentGroupKey": "string",
"paymentGroupName": "string",
"paymentGroupLogoUrl": "string",
"paymentGroupSort": 0,
"paymentMethods": [
{
"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
}
]
}
]
}
]
}