The paylink object
A paylink is a shareable payment URL that allows customers to pay without requiring a custom checkout integration. Ideal for invoices, social commerce, and quick payments.string
Unique identifier for the paylink.
string
Short title displayed to customers on the payment page.
string
Detailed description explaining what the payment is for.
string
Environment mode. Either
test or live.number
Amount to be paid when the paylink is used.
string[]
Identifiers for images associated with the paylink, such as product or
branding visuals.
PaylinkImage[]
Image metadata returned alongside the paylink in API responses.
string
Business profile that owns this paylink.
Create a paylink
POST
Creates a new paylink. Send the request as /paylink/createmultipart/form-data to include product images.
Request body
string
required
Short title displayed to customers.
string
required
Description of the product or service.
number
required
Amount to charge.
file
Optional product image(s) to display on the payment page.
Retrieve a paylink
GET
Returns the details of an existing paylink.
/paylink/{id}Path parameters
string
required
The paylink ID to retrieve.
List paylinks
GET
Returns all paylinks belonging to the authenticated business profile.
/paylinkDelete a paylink
DELETE
Permanently deletes a paylink. This action cannot be undone.
/paylink/{id}Path parameters
string
required
The paylink ID to delete.
