Transaction guides
Transaction guides Live
Transaction guides for PesaGuard integrations.
| Page | Focus |
|---|---|
| Create a transaction | The write path is documented in the OpenAPI contract — confirm the schema against your deployment. |
| Retrieve a transaction | Detail lookups always include tenant predicates; IDs are not globally trusted. |
| Search transactions | Paginate deterministically and treat unspecified ordering as unstable. |
| Transaction status | See the lifecycle concept page for states and their preconditions. |
| Handle failures | Retry with backoff, match on stable codes, and quote the request id. |