Services
Service:Info
Get detailed information about a single service (incl. settings and enabled payment methods) based on a SL-code. You need to have access to the merchant to get a specific service for a merchant.
get/v2/services/{serviceId}/info
Path parameters
serviceIdstring required
Provide the SL-code of the service that you want to retrieve
Response
OK
Example response
{
"code": "SL-1234-4321",
"secret": "95c4ae0613c23435089dc0b480d98ce786a4e22a",
"name": "Your Service",
"description": "Selling clothing for woman, man and children. We are open 7 days a week!",
"translations": {
"translations": {
"name": {
"nl_NL": "...",
"en_GB": "..."
},
"description": {
"nl_NL": "...",
"en_GB": "..."
}
}
},
"category": {
"code": "CY-1234-4321",
"name": "Pharmacy"
},
"layout": {
"defaultValue": {
"code": "The LY-code for a layout.",
"name": "layout"
},
"value": {
"code": "The LY-code for a layout.",
"name": "layout"
}
},
"tradeName": {
"code": "TM-1234-4321",
"name": "TradeName"
},
"integrationVersion": {
"code": "PV-1234-4321",
"name": "Via cashboard"
},
"publication": {
"domainUrl": "https://www.pay.nl"
},
"settings": {
"exchange": {
"useExchange": "NONE",
"urls": [
"https://www.pay.nl",
"https://google.com"
],
"method": "SIGNED-JSON",
"seperator": "|",
"communicationStatus": "PAYMENT_COMPLETE_ONLY"
},
"notifications": {
"emailAddresses": [],
"googleAnalytics": {
"code": "G-ABCD1E2F34",
"secret": "95c4ae0613c23435089dc0b480d98ce786a4e22a"
}
},
"secondChance": {
"bccEmailAddress": "support@pay.nl",
"timeoutMinutes": 7200,
"linkExpirationDays": 86400
}
},
"paymentMethods": [
{
"id": 10
}
],
"createdAt": "2024-06-04T08:15:00+01:00",
"createdBy": "A-1234-4321",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"modifiedBy": "A-1234-4321",
"deletedAt": "A-1234-4321",
"deletedBy": "A-1234-4321"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.