acsInterface
string
M
Die ACS-Schnittstelle, die dem Karteninhaber die Challenge zeigen soll
Zulässige Werte:
native
html
acsUiTemplate
Bezeichnet das Format der UI-Vorlage, welche das ACS dem Kunden zuerst zeigt.
text
singleSelect
multiSelect
oob
htmlOther
htmlOther is nur in Kombination mit html UI gültig (siehe acsInterface).
BASEURL= https://www.computop-paygate.com/schemas
{ "$id": "BASEURL/acsRenderingType.json", "title": "accountInfo", "description": "ACS Rendering Type", "type": "object", "properties": { "acsRenderingType": { "type": "object", "properties": { "acsInterface": { "type": "string", "enum": [ "native", "html" ] }, "acsUiTemplate": { "type": "string", "enum": [ "text", "singleSelect", "multiSelect", "oob", "other" ] } }, "required": [ "acsInterface", "acsUiTemplate" ], "additionalProperties": false } }, "additionalProperties": false }
{ "acsRenderingType": { "acsInterface": "native", "acsUiTemplate": "singleSelect" } }