Go Headless

/

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

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

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

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
events
forms
forum
get-paid
Payment Links
About the Payment Links APIs
PaymentLinks
PaymentLinkPayments
PaymentLinksSettings
Introduction
Setup
getPaymentLinksSettings()
updatePaymentLinksSettings()
Receipts
groups
http-functions
identity
inbox
loyalty
marketing
marketing-consent
marketing-tags
media
members
multilingual
notifications
payments
portfolio
pricing-plans
pro-gallery
redirects
reports
restaurants
reviews
secrets
stores
tags
urls
site-plugins
sender-details
sender-emails
realtime

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

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

Setup

@wix/get-paid

To use the PaymentLinksSettings API, install the @wix/get-paid package.

Install the package

Follow the installation instructions for your development environment.

Development environmentInstallation method
Wix sites (editor or IDE)Use the package manager.
Wix sites (local IDE)Run wix install @wix/get-paid using the Wix CLI.
Blocks appsUse the same installation method as Wix sites.
CLI and self-hosted appsRun npm install @wix/get-paid or yarn add @wix/get-paid.
Headless sites and appsRun npm install @wix/get-paid or yarn add @wix/get-paid.

Import the package

To import the package in your code:

Copy
Did this help?