GET
/{merchantId}/services
curl \
--request GET 'https://api.imoje.pl/v1/merchant/{merchantId}/services' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"service": {
"id": "865569f1-3e52-4d3e-b6e6-c4f0ce1bd859",
"created": 1735686000,
"isActive": true,
"paymentMethods": [
{
"currency": "PLN",
"isActive": true,
"isOnline": true,
"description": "BLIK",
"paymentMethod": "blik",
"paymentMethodCode": "blik",
"transactionLimits": {
"maxTransaction": {
"type": "number",
"value": 5000000
},
"minTransaction": {
"type": "number",
"value": 1
}
},
"paymentMethodImage": {
"png": "https://data.imoje.pl/img/pay/blik.png"
},
"paymentMethodCodeImage": {
"png": "https://data.imoje.pl/img/pay/blik.png"
}
}
]
}
},
{
"service": {
"id": "b784bba4-ca69-463a-b14a-3c6d900e53b3",
"created": 1735686000,
"isActive": true,
"paymentMethods": [
{
"currency": "PLN",
"isActive": true,
"isOnline": true,
"description": "Google Pay",
"paymentMethod": "wallet",
"paymentMethodCode": "gpay",
"transactionLimits": {
"maxTransaction": {
"type": "number",
"value": 99999999
},
"minTransaction": {
"type": "number",
"value": 5
}
},
"paymentMethodImage": {
"png": "https://data.imoje.pl/img/pay/wallet.png"
},
"paymentMethodCodeImage": {
"png": "https://data.imoje.pl/img/pay/gpay.png"
}
}
]
}
}
]