Stellar PHP SDK API Documentation

SEP24TransactionNotFoundException extends Exception

Exception thrown when a requested SEP-24 transaction cannot be found.

This exception is raised when the anchor service returns HTTP 404 Not Found for a transaction query, indicating that no transaction exists with the specified identifier. This can occur when:

  • The transaction ID is invalid or malformed
  • The transaction does not belong to the authenticated user
  • The transaction has been purged from the anchor's system
  • The transaction never existed

HTTP Status: 404 Not Found

Client Handling:

  • Verify the transaction ID is correct and not corrupted
  • Check that the authenticated account has access to this transaction
  • Do not retry the same request as the result will not change
  • Consider the transaction ID may be from a different anchor service
  • Check application logic for transaction ID storage and retrieval errors
Tags
see
https://github.com/stellar/stellar-protocol/blob/v3.8.0/ecosystem/sep-0024.md

SEP-24 Hosted Deposit and Withdrawal

Table of Contents


        
On this page
  • Table Of Contents

Search results