Skip to main content
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.

POST /paylink/create
Creates a new paylink. Send the request as multipart/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.

GET /paylink/{id}
Returns the details of an existing paylink.

Path parameters

string
required
The paylink ID to retrieve.

GET /paylink
Returns all paylinks belonging to the authenticated business profile.

DELETE /paylink/{id}
Permanently deletes a paylink. This action cannot be undone.

Path parameters

string
required
The paylink ID to delete.