E-Payment Integrator 2020 Python Edition

Questions / Feedback?

response_error_code Property

Additional error code returned by some gateways.

Syntax

def get_response_error_code() -> str: ...

response_error_code = property(get_response_error_code, None)

Default Value

""

Remarks

Additional error code returned by some gateways. If a gateway returns it, this property will contain an additional code that may explain why the transaction was declined. You may also wish to inspect response_error_text for a human-readable description of this response_error_code.

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]