Stellar PHP SDK API Documentation

SEP31TransactionNotFoundException extends Exception

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

This exception is raised when attempting to retrieve a transaction that does not exist or is not accessible. Typically occurs when calling GET /transactions/:id with an invalid or unknown transaction ID. Returns HTTP 404 Not Found.

Common causes:

  • Transaction ID does not exist
  • Transaction belongs to a different Sending Anchor
  • Transaction has been purged from the system
Tags
see
https://github.com/stellar/stellar-protocol/blob/v3.1.0/ecosystem/sep-0031.md#transaction
see
CrossBorderPaymentsService::getTransaction()

Table of Contents


        
On this page
  • Table Of Contents

Search results