How to resolve the Sagepay gateway error, "4006: the requested TxType is not supported in this account"?

In the sending mode on the Live site, I received an error below.

Status: INVALID

Status Details: 4006: The requested TxType is not supported on this account.

Sagepay settings for LIVE below,

SAGEPAY_CONNECT_TO = 'LIVE'; SAGEPAY_TRANSACTION_TYPE = 'PAYMENT';

but does not work. Some people say that it has changed to "DEFERRED", but it also does not work. above, to set the operating mode in TEST mode, for the settings of the TEST mode:

SAGEPAY_CONNECT_TO = 'TEST'; SAGEPAY_TRANSACTION_TYPE = 'PAYMENT';

How can I solve this problem? Can anyone help me?

+6
source share
1 answer

For everyone who has the same problem, this is not a code problem. You need to contact SagePay and ask them to activate your accout for "PAY" or "REFLECTED"

+10
source

Source: https://habr.com/ru/post/914863/


All Articles