E-Payment Integrator 2020 Python Edition

Questions / Feedback?

response_error_text Property

Additional error description returned by some gateways.

Syntax

def get_response_error_text() -> str: ...

response_error_text = property(get_response_error_text, None)

Default Value

""

Remarks

Additional error description returned by some gateways. If a gateway returns it, this property will contain a human-readable description of the error which occurred (if any). You may also wish to inspect response_error_code for an accompanying code which may be parsed and used by your application.

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]