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/payments.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ POST payments/{paymentId}/refunds
24
24
25
25
## Restrictions
26
26
27
-
A payment will time out by default within 35 minutes, meaning that the whole process of user accepting, callbacks made and authorization must be completed within 35 minutes.
27
+
A payment will time out by default within 10 minutes, meaning that the whole process of user accepting, callbacks made and authorization must be completed within 10 minutes.
28
28
29
-
Furthermore after you get the callback containing the card data, you must update the status of the authorization to either "authorize-succesfull" or "authorize-failed" within 32 seconds to ensure a smooth experience for the user waiting for the confirmation.
29
+
Furthermore after you get the callback containing the card data, you must update the status of the authorization to either "authorize-succesfull" or "authorize-failed" within 20 seconds to ensure a smooth experience for the user waiting for the confirmation.
0 commit comments