Payment Link In Pay Mode
Payment Link In Pay Mode
PATCH {{environment_url}}/vendors/v1/public/payment-links/:id
This endpoint creates a PIX charge from a public Payment Link and returns the updated Payment Link data with the charge included.
This is a public route — no authentication is required — but the Payment Link must exist and must not be expired.
Usage
Route Parameters:
id(string) — Payment Link ID in ULID format.Example:
pl_01HQXP3K8M9N2Q5R7T8V0W1X2Y
Request Body (JSON)
quotationId(string) — required. Identifier of the quotation retrieved via GET from the Payment Link.email(string) — optional. Payer’s email for notifications.phone(string) — optional. Payer’s phone number in E.164 format for notifications.expire(number) — optional. Charge expiration time in seconds; if omitted, the application default is used.
Headers
Authorization
Bearer <token>
Path Params
id
string
Payment Link Identifier
plink_01j6hq7cfta41wjchd3bh60g65
Body
quotationId
string
Identifier of the quotation retrieved via GET from the Payment Link.
01HQXP3K8M9N2Q5R7T8V0W1X2Y
phone
string
Payer’s phone number in E.164 format for notifications
+5511999887766
expire
number
Charge expiration time in seconds; if omitted, the application default is used.
7200
Request body
Response

