Submits authorizations for all credit card payments on the order if they are no longer valid.
Syntax
client server public static boolean processIfAuthStale(RefRecId _salesTableRecId)
Run On
Called
Parameters
- _salesTableRecId
Type: RefRecId Extended Data Type
RecID of related sales order.
Return Value
Type: boolean
true if order is fully authed; otherwise, false.
Exceptions
| Exception | Condition |
|---|---|
| Error | Parameter value must be included, error is throw if the RecID of the related sales order is not provided. |