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.Unique identifier for the paylink.
Short title displayed to customers on the payment page.
Detailed description explaining what the payment is for.
Environment mode. Either
test or live.Amount to be paid when the paylink is used.
Identifiers for images associated with the paylink, such as product or branding visuals.
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
Short title displayed to customers.
Description of the product or service.
Amount to charge.
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
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
The paylink ID to delete.
