Go Headless

Changelog

API Reference
Articles
Platform Overview
Authentication
Work with Wix APIs
SDK Setup and Usage
Wix MCP
AI APIs

App Management
OAuth 2
App Billing
App Instance
App Permissions
Embedded Scripts
BI Event
Editor Deep Link
Site Plugins

Business Solutions
eCommerce
Stores
Bookings
CMS
Events
Restaurants
Blog
Forum
Pricing Plans
Portfolio
Benefit Programs
Donations
Gift Cards
Coupons

Assets
Media
HTTP Functions
Rich Content
Pro Gallery

CRM
Members & Contacts
Forms
Community
Communication
Loyalty Program
CRM

Business Management
AI Site-Chat
Analytics
App Installation
Async Job
Automations
Branches
Calendar
Captcha
Cookie Consent Policy
Custom Embeds
Data Extension Schema
Dashboard
FAQ App
Functions
Get Paid
Introduction
Billable Items
Bulk Downloads
Payment Links
Introduction
Payment Links
Introduction
Sample Flows
Filtering and Sorting
Introduction to Settings
Payment Link Object
P
Create Payment Link
G
Get Payment Link
D
Delete Payment Link
P
Query Payment Links
P
Search Payment Links
P
Activate Payment Link
P
Bulk Update Payment Link Tags
P
Bulk Update Payment Link Tags By Filter
P
Deactivate Payment Link
P
Initiate Payment
P
Send Payment Link
P
Set Note
P
Update Extended Fields
Payment Link Created
Payment Link Deleted
Payment Link Activated
Payment Link Deactivated
Payment Link Note Set
Payment Link Payment Initiated
Payment Link Sent
Payment Link Updated
Payment Link Payments
Payment Link Settings
Receipts
Headless
Locations
Marketing
Multilingual
Notifications
Payments
Site Search
Secrets
Site Properties
Site URLs
Tags

Account Level
About Account Level APIs
Sites
Resellers
Domains
B2B Site Management
User Management

Site
Viewer

POST

Query Payment Links


Note: This query method uses the new Wix API Query Language syntax. If you're still using the old query syntax with chained query builder methods, see Migrate from SDK Query Builders to Wix API Query Language for guidance. The old query builder methods continue to work.

Retrieves a list of up to 100 payment links, given the specified filters, sorting, and paging (SDK | REST).

PropertyFiltersSort
_createdDate$eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gteSort: ASC, DESC
paymentsLimit$eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gteSort: ASC, DESC
status$eq, $ne, $exists, $in, $hasSomeSort: ASC, DESC
source$eq, $ne, $exists, $in, $hasSomeSort: ASC, DESC
totalReceived.paymentCount$eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gteSort: ASC, DESC
Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

  • In Wix sites and Wix apps, use elevated permissions.
  • In Wix Headless projects, use API key authentication.
Permissions
Manage Paylinks
Learn more about app permissions.
Method Declaration
Copy
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?