diff --git a/texts/ChapterPaymentPage.md b/texts/ChapterPaymentPage.md
index bc426b7..218a430 100644
--- a/texts/ChapterPaymentPage.md
+++ b/texts/ChapterPaymentPage.md
@@ -481,7 +481,7 @@ Call this function to safely check the status of the transaction from your serve
Important:
- Depending on the payment provider, the resulting transaction may either be an authorization or may already be captured (meaning the financial flow was already triggered). This will be visible in the status of the transaction container returned in the response.
-- This function can be called up to 24 hours after the transaction was initialized.
+- This function can be called up to 24 hours after the transaction was initialized. For pending transaction the token expiration is increased to 96 hours.
- If the transaction failed (the payer was redirected to the Fail url or he manipulated the return url), an error response with an http status code 400 or higher containing an error message will be returned providing some information on the transaction failure.