/n software 3-D Secure V2 Python Edition

Questions / Feedback?

data_packet_out Property

Contains the data packet sent to the server.

Syntax

def get_data_packet_out() -> str: ...

data_packet_out = property(get_data_packet_out, None)

Default Value

""

Remarks

After calling either the request_card_ranges or verify_enrollment methods, this property will contain the entire data packet sent to the directory_server_url. Also, after calling the get_authentication_packet method this property will contain the complete un-encoded Payer Authentication Request (PAReq) message. The contents of this property should be logged for each transaction.

This property is read-only.

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