v1
latestOpenAPI 3.1.02026-07-242325051.4 MBLayout
Layout:Info
Get all information regarding a specific layout. You need to have access to the merchant to retrieve the layout
get/v2/layouts/{layoutCode}/info
Path parameters
layoutCodestring required
The code of the layout you want to retrieve
Response
OK
Example response
{
"code": "LY-1234-4321",
"status": "APPROVED",
"name": "My branding",
"cssUrl": "https://static.pay.nl/layout/LY-1234-4321/cssfile.css",
"background": {
"code": "F-1234-4321",
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA"
},
"logo": {
"code": "F-1234-4321",
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA"
},
"icon": {
"code": "F-1234-4321",
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA"
},
"supportingColor": "56EADD",
"headerTextColor": "56EADD",
"buttonColor": "56EADD",
"buttonTextColor": "56EADD",
"terminalLandscape": {
"code": "F-1234-4321",
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA"
},
"terminalPortrait": {
"code": "F-1234-4321",
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA"
},
"cashregisterLandscape": {
"code": "F-1234-4321",
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA"
},
"cashregisterPortrait": {
"code": "F-1234-4321",
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA"
},
"brandTag": {
"text": "Selling Goods",
"translations": {
"nl_NL": "Goederen verkopen",
"en_GB": "Selling Goods"
}
},
"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"
}