Go Headless

Changelog

SDK
Articles
Get Started
Work with the SDK
Set up a Client
Use the Wix MCP
What's New

Core Modules
About Core Modules
sdk
sdk-react (deprecated)
essentials
web-methods

Host Modules
About Host Modules
dashboard
dashboard-react (deprecated)
editor
site

Backend Modules
About Backend Modules
activity-counters
analytics
async-jobs
ai-site-chat
app-management
auth-management
automations
benefit-programs
billing
blog
bookings
business-tools
cache
calendar
captcha
categories
comments
consent-policy
crm
dashboard-management
data
data-extension-schemas
ecom
email-marketing
email-subscriptions
embeds
events
forms
forum
get-paid
Payment Links
About the Payment Links APIs
PaymentLinks
PaymentLinkPayments
Introduction
Setup
SampleFlows
issueReceipt()
queryPaymentLinkPayments()
searchPaymentLinkPayments()
onPaymentLinkPaymentCreated()
onPaymentLinkPaymentUpdated()
PaymentLinkPaymentsQueryBuilder
PaymentLinkPaymentsQueryResult
PaymentLinksSettings
Receipts
BulkDownloads
BillableItems
groups
http-functions
identity
inbox
loyalty
marketing
marketing-consent
marketing-tags
media
members
moderation-rules
multilingual
notifications
payments
portfolio
pricing-plans
pro-gallery
redirects
reports
restaurants
reviews
rich-content
search
secrets
seo
stores
tags
urls
site-plugins
sender-details
sender-emails
editor-branches
realtime
faq
donations

Account Level Modules
About Account Level APIs
b2b-site-management
domains
resellers
user-management
sites

Frontend Modules
About Frontend Modules
bookings
crm
ecom
events
location
members
mobile
navigate-mobile
pay
pricing-plans
seo
site
storage
stores
window
site-realtime

queryPaymentLinkPayments( )


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

PROPERTYSUPPORTED FILTERS & SORTING
regularPaymentLinkPayment.paymentMethodeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
regularPaymentLinkPayment.methodeq(),ne(),exists(),in(),hasSome(),ascending(),descending()
_createdDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
paymentLinkIdeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
typeeq(),ne(),exists(),in(),hasSome(),ascending(),descending()
transactionDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:PaymentLinkPaymentsQueryBuilder
Errors

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

Did this help?