Retrieves a list of up to 100 payment links, given the specified filters, sorting, and paging (SDK | REST).
| Property | Filters | Sort |
|---|---|---|
createdDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
paymentsLimit | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
status | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
source | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
totalReceived.paymentCount | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
totals.paymentCount | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
source.ecomReference.orderId | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.