Skip to content

Commit

Permalink
Update platforms/anchor-platform/admin-guide/sep24/integration.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb <[email protected]>
  • Loading branch information
JiahuiWho and Ifropc authored Aug 28, 2024
1 parent a94c680 commit e5caa2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/anchor-platform/admin-guide/sep24/integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ If a user has made a transfer, you should do a transaction recovery, and then yo

### Expired Transaction

Your business may want to handle abandoned transactions by expiring those have remained inactive for a certain period. To achieve this, check the transaction status using the `GET /transactions` endpoint and sort the results by the `user_action_required_by` timestamp. If the timestamp has passed, manually execute the appropriate logic, such as expiring the transaction or initiating an auto-refund, based on the transaction's current status.
Your business may want to handle abandoned transactions by expiring those have remained inactive for a certain period. To achieve this, check the transaction status using the `GET /transactions` endpoint and sort the results by the `user_action_required_by` timestamp. If the timestamp has passed, manually execute the appropriate logic, such as expiring the transaction or initiating an auto-refund, based on the transaction's current status.
For example, to expire transaction business should change the transaction status to `expired`:

<CodeExample>

Expand Down

0 comments on commit e5caa2f

Please sign in to comment.