/n software 3-D Secure V2 Python Edition

Questions / Feedback?

authentication_xid Property

The unique transaction identifier.

Syntax

def get_authentication_xid() -> str: ...

authentication_xid = property(get_authentication_xid, None)

Default Value

""

Remarks

This property will contain the Base-64 encoded transaction_id value received in the response to a Payer Authentication Request (PAReq).

Note: Some payment processors require the TransactionId (XID) be submitted in a 28-byte Base-64 encoded format. If so, the value contained within authentication_xid can be sent. If the value should not be sent Base-64 encoded, the value specified within transaction_id can be sent.

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]