Ares Draguna
Ares Draguna

Reputation: 1661

Adyen validation 906 error

I have a really nasty error that I don't understand in Adyen and it goes something like this:

  SoapFault: validation 906 Invalid Request: Original pspReference is invalid for this environment!

I have checked the entire script, from top to bottom and back and the pspReference is the same throughout the entire system. So that number does not change.

Any ideas why?

Upvotes: 1

Views: 593

Answers (1)

Ares Draguna
Ares Draguna

Reputation: 1661

So here is the deal:

The above error means that the pspReference number that you are sending falls in one of this 2 situations:

  1. Either the pspReference number is from the test platform but is sent to the live one
  2. Or the pspReference is from live and sent to test

Either way, in this case, you have to check for the link on which you send the collected form information.

Hope it helps,
Keep on coding!
Ares.

Upvotes: 2

Related Questions