Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve Sagepay payment gateway error, "4006 : The TxType requested is not supported on this account"?

On submit form on Live site i got below Error.

Status: INVALID

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

My sagepay setting is for LIVE are below,

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

but its not working. Some people say it change to 'DEFERRED' but it also not working. above setting working fine in TEST mode, for TEST mode settings are,

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

How can i resolve this issue? Can any one help me?

like image 415
Jimesh Gajera Avatar asked May 04 '12 05:05

Jimesh Gajera


1 Answers

For anyone else having the same problem, this is not an issue on the code. You need to contact SagePay and ask them to activate your accout for either 'PAYMENT' OR 'DEFFERED'

like image 78
Carlos Martinez T Avatar answered Sep 29 '22 17:09

Carlos Martinez T