ACSRenderingType
acsInterfacestringrequired
This the ACS interface that the challenge will present to the cardholder.
01: Native UI02: HTML UI
Possible values: [01, 02]
acsUiTemplatestringrequired
Identifies the UI Template format that the ACS first presents to the consumer.
01: Text02: Single Select03: Multi Select04: OOB05: HTML Other
Possible values: [01, 02, 03, 04, 05]
ACSRenderingType
{
"acsInterface": "01",
"acsUiTemplate": "01"
}