SendCustomAdvice
![]() | Note: SendCustomAdvice replaces
CreateAccountAlert, which has been deprecated starting in
Falcon 6.3.
|
Syntax: SendCustomAdvice (string alertType, string alertCode)
Arguments:
- alertType is a decision type.
- alertCode is a custom decision code.
Return Type: Void
Description:
Creates custom decision advice and sends it to the authorization (or other external) system. The decision type returned is a concatenation of
custom plus
alertType. The
alertCode returned is the same as the value sent in the
alertCode parameter. For example, if the
alertType is
WARNING, the
alertCode returned will be
customWARNING. For more information about decision types, see
Functions With Hard Coded Decision Types and Codes.
![]() | Note:
|
