Pobranie danych sklepu Run in API Explorer
Ask AI
GET
/{merchantId}/service/{serviceId}
curl \
--request GET 'https://sandbox.api.imoje.pl/v1/merchant/{merchantId}/service/{serviceId}' \
--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"
}
}
]
}
}