E-Payment Integrator 2020 Python Edition

Questions / Feedback?

response_data Property

The entire response returned from the gateway processor.

Syntax

def get_response_data() -> str: ...

response_data = property(get_response_data, None)

Default Value

""

Remarks

The entire response returned from the gateway processor. This property contains the entire response returned from the gateway processor. You may use this to parse additional information that is not returned in the standard response properties.

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]