Skip to content

Commit

Permalink
update v1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Peter committed Jan 12, 2024
1 parent 07e0cc2 commit dae2249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texts/ChapterPaymentPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Call this function to safely check the status of the transaction from your serve
<p><strong>Important:</strong></p>
<ul>
<li>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.</li>
<li>This function can be called up to 24 hours after the transaction was initialized.</li>
<li>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.</li>
<li>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.</li>
</ul>
</div>
Expand Down

0 comments on commit dae2249

Please sign in to comment.