v1
latestOpenAPI 3.1.02026-07-242325051.4 MBServices
Service:Create
In order for a merchant to use our processing APIs the merchant needs to have at least one service registered. A merchant can have multiple services, normally one for each service they offer. You can also supply a merchant, if you have access to that merchant you can create a service for that merchant.
post/v2/services
Request body
Response
Created
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"
},
"mcc": 5999,
"tradeName": {
"code": "TM-1234-4321",
"name": "TradeName"
},
"status": "ACTIVE",
"integrationVersion": {
"code": "PV-1234-4321",
"name": "Via cashboard"
},
"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"
}