E-Payment Integrator 2020 Python Edition

Questions / Feedback?

response_approved_amount Property

The amount approved for the transaction, this is the amount actually charged to the credit card.

Syntax

def get_response_approved_amount() -> str: ...

response_approved_amount = property(get_response_approved_amount, None)

Default Value

""

Remarks

The amount approved for the transaction, this is the amount actually charged to the credit card.

This property is primarily used when gateways allow partial authorizations and AllowPartialAuths is 'True'. Thus this property is not used by all gateways and should not alone be used to determine if a transaction was successful (such as in the case that this property is not populated).

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]