Skip to content
PesaGuard Docs

Transaction guides

Transaction guides Live

Transaction guides for PesaGuard integrations.

PageFocus
Create a transactionThe write path is documented in the OpenAPI contract — confirm the schema against your deployment.
Retrieve a transactionDetail lookups always include tenant predicates; IDs are not globally trusted.
Search transactionsPaginate deterministically and treat unspecified ordering as unstable.
Transaction statusSee the lifecycle concept page for states and their preconditions.
Handle failuresRetry with backoff, match on stable codes, and quote the request id.

Related