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. The transaction amount is presented in US Dollars with a decimal point in the proper position. If no decimal point is included, it will be assumed that the transaction amount is in whole dollars.
NOTE: For the TrustCommerce and GoToBilling gateways this value must be submitted as the number of cents without a decimal point. For example, a dollar value of "1.00" would equate to "100" for this gateway.
Data Type
String