SalesTable.creditCardDoPreAuthorize Method
Authorizes a credit card for a sales order.
Syntax
public boolean creditCardDoPreAuthorize([boolean _presentExtraMsg])
Run On
Called
Parameters
- _presentExtraMsg
Type: boolean
true to display extra messages; otherwise, false.
Return Value
Type: boolean
true if the authorization process was sucessful or not needed; otherwise, false.
Remarks
Authorization is required for a sales order if: 1) the credit cards feature is configured, 2) the payment type of the sales order is card card and 3) credit card processing is configured to require authorization.