v1
latestOpenAPI 3.1.02026-07-242325051.4 MBLayout
Layout:Create
Create a layout which will be used on interaction with the end-user, e.g. our hosted payment page, payment terminal, second chance emails etc. You can also supply a merchantCode. If a merchantCode is supplied then you need to have access to that merchant.
post/v2/layouts
Request body
Example request
{
"layout": {
"brandTag": {
"brandTag": {
"text": "Selling Goods",
"translations": {
"nl_NL": "Goederen verkopen",
"en_GB": "Selling Goods"
}
}
}
}
}Response
Created
Example response
{
"code": "LY-1234-4321",
"status": "APPROVED",
"name": "My branding",
"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"
}