SEP31TransactionCallbackNotSupportedException
extends Exception
in package
Exception thrown when transaction callbacks are not supported by the Receiving Anchor.
This exception is raised when attempting to register a callback URL via PUT /transactions/:id/callback but the Receiving Anchor does not support this optional feature. Returns HTTP 404 Not Found.
Note: Transaction callbacks are an optional SEP-31 feature. Sending Anchors should fall back to polling GET /transactions/:id if callbacks are not supported.