You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I currently understand it, the following SagePay Direct transactions can be aborted:
Deferred before it's released
Authorisation before it's captured
To process the abort, Deferred requires the TxAuthNo whereas Authorisation does not.
At the moment, the SharedAbortRequest class doesn't include TxAuthNo so aborting a deferred transaction results in an error with message "3072 : The TxAuthNo field is missing."
Please correct me if I have this wrong, otherwise I will submit a PR for the change.
Thanks
The text was updated successfully, but these errors were encountered:
As I currently understand it, the following SagePay Direct transactions can be aborted:
To process the abort, Deferred requires the
TxAuthNo
whereas Authorisation does not.At the moment, the
SharedAbortRequest
class doesn't includeTxAuthNo
so aborting a deferred transaction results in an error with message "3072 : The TxAuthNo field is missing."Please correct me if I have this wrong, otherwise I will submit a PR for the change.
Thanks
The text was updated successfully, but these errors were encountered: