Since updating the old Protx URLs, I have a problem with SagePay Txtype.
Set to PAYMENT it works fine:
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"PAYMENT\">\n";
Set to AUTHENTICATE (which is what is required by the site owner), I have a problem:
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"AUTHENTICATE\">\n";
The error message when purchasing is this:
Status: INVALID
Status Detail: 3014 : The TxType or PaymentType is invalid.
SagePay says that Authenticate is set up on the account.
Has anyone had this before or have any ideas on how to proceed?
Set to PAYMENT it works fine:
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"PAYMENT\">\n";
Set to AUTHENTICATE (which is what is required by the site owner), I have a problem:
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"AUTHENTICATE\">\n";
The error message when purchasing is this:
Status: INVALID
Status Detail: 3014 : The TxType or PaymentType is invalid.
SagePay says that Authenticate is set up on the account.
Has anyone had this before or have any ideas on how to proceed?
Comment