Skip to content

Commit a00a82d

Browse files
Update payments.md
1 parent a40885f commit a00a82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/online/basics/payments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ POST payments/{paymentId}/refunds
2424

2525
## Restrictions
2626

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

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

3131
## Merchant logo
3232

0 commit comments

Comments
 (0)