E-Payment Integrator 2020 Python Edition

Questions / Feedback?

response_approval_code Property

Contains an authorization code when a transaction has been approved.

Syntax

def get_response_approval_code() -> str: ...

response_approval_code = property(get_response_approval_code, None)

Default Value

""

Remarks

Contains an authorization code when a transaction has been approved. This property contains an authorization code when a transaction has been approved. If the response_code returned indicates that the transaction is not approved, then the contents of this property should be ignored.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]