Skip to content

Commit f7f9b06

Browse files
Update callbacks.md
1 parent 63b99e5 commit f7f9b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/online/basics/callbacks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note: When receiving a PAN-based transaction from us it can't be regarded as aut
3636

3737
## Failed payment callback
3838

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.
4040

4141
```json title="Failed payment callback example"
4242
{

0 commit comments

Comments
 (0)