/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, send_auth_request, or send_challenge_request methods, this property will contain the entire data packet that was sent. Also, after calling the get_challenge_request or get_results_response method, this property will contain the constructed messages. 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 8318]