/n software 3-D Secure V2 Python Edition

Questions / Feedback?

device_channel Property

Device channel.

Syntax

def get_device_channel() -> str: ...
def set_device_channel(value: str) -> None: ...

device_channel = property(get_device_channel, set_device_channel)

Default Value

"02"

Remarks

This field indicates the type of channel interface being used to initiate the transaction.

Possible values include:

01App-based
02 - defaultBrowser
033DS Requestor Initiated (3RI)

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]