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
Copy file name to clipboardExpand all lines: docs/online/basics/callbacks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Note: When receiving a PAN-based transaction from us it can't be regarded as aut
36
36
37
37
## Failed payment callback
38
38
39
-
In case the payment times out a callback is made to the FailedPaymentCallbackUrl url supplied in the initiate payment call. Note that this callback is not sent if the user rejects the payment, only when payment times out.
39
+
In case the payment times out a callback is made to the FailedPaymentCallbackUrl url supplied in the initiate payment call. Note that this callback is not sent if the user rejects the payment, only when payment times out after 10 minutes of no user interaction. This means that it will not be sent if user have inserted their phone number on the landing page, but does not accept or reject the payment. The payment will still expire after 10 minutes, but the callback will not be sent.
0 commit comments