# 3. Transactions

- [1. Get by Id](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/3.-transactions/1.-get-by-id.md): This service should be used to view the record details associated with the specified Id value.
- [2. Get by Wallet](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/3.-transactions/2.-get-by-wallet.md): This service should be used to access the record details associated with the specified WalletId.
- [3. Fetch by WalletOwner](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/3.-transactions/3.-fetch-by-walletowner.md): This service should be used to access record information associated with the specified WalletOwnerId.
- [4. Fetch by Reference](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/3.-transactions/4.-fetch-by-reference.md): This service should be used to access record information associated with the specified ExternalReference value.
- [5. Update Description](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/3.-transactions/5.-update-description.md): This service should be used to access record information associated with the specified ExternalReference value.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/3.-transactions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
