E-Payment Integrator 2016 PHP Edition
E-Payment Integrator 2016 PHP Edition
Questions / Feedback?

TransactionAmount Property

Purchase amount for an authorization or retry transaction. Not used for reversals.

Object Oriented Interface

public function getTransactionAmount();
public function setTransactionAmount($value);

Procedural Interface

inpay_echeck_get($res, 65 );
inpay_echeck_set($res, 65, $value );

Default Value

''

Remarks

This field contains the transaction amount to be authorized. Gateways may have differing requirements for how the TransactionAmount should be formatted, so refer to the ECheck Gateway Setup page for details on the gateway you are using.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 PHP Edition - Version 16.0 [Build 7354]