/n software 3-D Secure V2 Python Edition

Questions / Feedback?

response_packet Property

Contains the response returned by the Directory Server or ACS.

Syntax

def get_response_packet() -> str: ...

response_packet = property(get_response_packet, None)

Default Value

""

Remarks

This field will contain the entire XML response packet from the directory_server_url after calling request_card_ranges or verify_enrollment. response_packet will also contain the unencoded and decompressed response to a Payer Authentication Request after calling check_authentication_response. This field should be stored in its entirety for each transaction processed, for record keeping purposes.

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]