Payments · Paylinks
Confirm Paylink Payment
Finalize the payment process for a paylink. This endpoint should be called from the client-side after VezmoPay confirms the success of the payment. It creates a Payment record and marks the paylink as PAID.
Path & Body Params
code string required
The unique short code of the paylink.paymentIntentId string required
The successful VezmoPay payment ID.Note: This is a public endpoint. The server-side logic verifies the status of the payment with VezmoPay before updating the paylink record.