• DeutschEnglish

acsRenderingType

Datenelemente

Key

Format

CND

Beschreibung

acsInterface

string

M

Die ACS-Schnittstelle, die dem Karteninhaber die Challenge zeigen soll.

Zulässige Werte:

  • native

  • html

acsUiTemplate

string

M

Bezeichnet das Format der UI-Vorlage, welche das ACS dem Kunden zuerst zeigt.

Zulässige Werte:

  • text

  • singleSelect

  • multiSelect

  • oob

  • htmlOther

htmlOther is nur in Kombination mit html UI gültig (siehe acsInterface).

Schema

BASEURL= https://www.computop-paygate.com/schemas

1
{
2
"$id": "BASEURL/acsRenderingType.json",
3
"title": "accountInfo",
4
"description": "ACS Rendering Type",
5
"type": "object",
6
"properties": {
7
"acsRenderingType": {
8
"type": "object",
9
"properties": {
10
"acsInterface": {
11
"type": "string",
12
"enum": [
13
"native",
14
"html"
15
]
16
},
17
"acsUiTemplate": {
18
"type": "string",
19
"enum": [
20
"text",
21
"singleSelect",
22
"multiSelect",
23
"oob",
24
"other"
25
]
26
}
27
},
28
"required": [
29
"acsInterface",
30
"acsUiTemplate"
31
],
32
"additionalProperties": false
33
}
34
},
35
"additionalProperties": false
36
}

Beispiel

1
{
2
"acsRenderingType": {
3
"acsInterface": "native",
4
"acsUiTemplate": "singleSelect"
5
}
6
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status