The WalletConnect Pay API uses date-based versions inDocumentation Index
Fetch the complete documentation index at: https://walletconnect-pay-docs-docs-add-ai-agent-sdk-section.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
YYYY-MM-DD format. Each version is a stable snapshot of the API’s behavior and response shapes.
How it works
When a merchant account is created, it gets pinned to the current API version. All requests from that account use the pinned version by default, so existing integrations keep working without any changes. You can override the version on any request with theWCP-Version header:
Request header
Preview versions
Preview versions let you test upcoming changes before they reach GA. They use a.preview suffix:
Preview version header
Client compatibility requirements
For the stability guarantees to hold, your client must:- Ignore unknown fields in API responses. New fields can appear in any version.
- Tolerate unknown enum values. New statuses and types ship without a version bump.
- Handle unknown webhook event types without crashing.
- Treat unrecognized error codes as generic errors rather than hard-failing.