get_warning_newpaymethod
The method provides a form to be displayed in the Store to query a user information related to Anti-Fraud check of his/her order, when he/she pays by a new payment method.
Parameters:
order_id |
Numerical identifier (ID) of an order. |
Returns:
{
form => STRING,
check_javascript => STRING,
param_list => [STRING, STRING, ... ],
};
SOAP Faults codes:
No specific codes.
get_resume_newpaymethod
The method returns the current status for a given order in case an asynchronous Anti-Fraud check is performed.
Parameters:
order_id |
Numerical identifier (ID) of an order. |
Returns:
HTML string (with formatting).
SOAP Faults codes:
No specific codes.
get_safe_description
The method returns the reason the order was declined by Anti-Fraud system.
Parameters:
order_id |
Numerical identifier (ID) of an order. |
Returns string.
SOAP Faults codes:
No specific codes.