Retrieve paginated payments with optional filters.
Documentation 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.
Merchant identifier.
"acme-store-1"
Optional WalletConnect Pay API version override. If omitted, the partner's pinned version is used.
"2026-02-18"
"2026-02-19.preview"
RFC3339 timestamp, inclusive
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z|([+-](?:[01]\d|2[0-3]):[0-5]\d)))$"2026-01-06T00:00:00Z"
RFC3339 timestamp, exclusive
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z|([+-](?:[01]\d|2[0-3]):[0-5]\d)))$"2026-01-07T00:00:00Z"
Filter by token symbol (e.g. USDC). CAIP-19 identifiers are not supported. Accepts a single value or multiple repeated params:
?token_symbol=USDC?token_symbol=USDC&token_symbol=EURC1Deprecated. This parameter will be removed in a future API version. Use token_symbol param instead.
Field to sort by
date, amount Sort direction
asc, desc Opaque pagination cursor — use the value from nextCursor in the previous response.
Page size (default 50, max 200)
1 <= x <= 200Filter by payment status. Accepts a single value or multiple repeated params:
?status=succeeded?status=succeeded&status=processingrequires_action, processing, succeeded, failed, expired Substring search on the merchant-provided reference ID. Between 3 and 35 characters. Allowed characters: ASCII letters, digits, and /-:.,+.
3 - 35^[A-Za-z0-9 /:.,+-]+$"order-42"