E-Payment Integrator 2020 Python Edition

Questions / Feedback?

auth_code Property

Authorization code from a previous transaction.

Syntax

def get_auth_code() -> str: ...
def set_auth_code(value: str) -> None: ...

auth_code = property(get_auth_code, set_auth_code)

Default Value

""

Remarks

Some gateways require the merchant to include the response_approval_code from the original transaction in credit, void_transaction, and capture transactions. You may send the original approval code in this auth_code property. The gateways which require this are listed below:

  • gwIntellipay (3)
  • gwBankOfAmerica (13)
  • gwInnovative (14)
  • gwACHPAyments (35)
  • gwForte (36)
  • gwSagePay (50)
  • gwDataCash (77)
  • gwFirstDataE4 (80)

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