Go Headless

/

REST
Articles
Get Started
Use the Wix MCP
What's New

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

Assets
Media
HTTP Functions
Pro Gallery

CRM
Members & Contacts
Forms
Community
Communication
Loyalty Program
CRM

Business Management
AI Site-Chat
Analytics
App Installation
Async Job
Automations
Calendar
Captcha
Categories
Cookie Consent Policy
Data Extension Schema
Dashboard
FAQ App
Get Paid
Payment Links
About the Payment Links APIs
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
Deactivate Payment Link
P
Activate Payment Link
P
Initiate Payment
P
Send Payment Link
P
Set Note
P
Update Extended Fields
P
Bulk Update Payment Link Tags
P
Bulk Update Payment Link Tags By Filter
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 Authentication
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
POST

Send Payment Link


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Sends a payment link to up to 50 specified recipients.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Paylinks
Manage Stores
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/payment-links/v1/payment-links/{paymentLinkId}/send

Path Params
paymentLinkIdstringRequired

Payment link ID.

Body Params
recipientsArray <Recipient>maxItems 50

Recipients who will receive the payment link.

Response Object
statusesArray <RecipientSendStatus>

Statuses of payment links sent.


sendMetadataSendMetadata

Send metadata.

Send Payment Link

Sends a payment link to the specified recipients

Request
cURL
Response
JSON
Errors
400Invalid Argument

There are 4 errors with this status code.

428Failed Precondition

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Payment Link Updated
Payment Link Sent
Did this help?