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
I have integrated worldpay notification callback and in rare cases, I get notifications with the following values:
{ ...
"authStatus": "CANCELLED",
...
"journalType": "AUTHORISED"
...}
I was wondering what this kind of notification means exactly. Can I trust "authStatus" and be sure that the payment is canceled definitely?
The text was updated successfully, but these errors were encountered:
Hi,
I have integrated worldpay notification callback and in rare cases, I get notifications with the following values:
{ ...
"authStatus": "CANCELLED",
...
"journalType": "AUTHORISED"
...}
I was wondering what this kind of notification means exactly. Can I trust "authStatus" and be sure that the payment is canceled definitely?
The text was updated successfully, but these errors were encountered: