Update a Payment Link
Update an active payment link by ID
redirect_urls entry can be updated individually without affecting the others.
Fields that cannot be updated
type, currency, amount, line_items, and merchant_branch_reference_number are fixed at creation. To change any of them, create a new payment link.
Constraints
| Field | Constraint |
|---|---|
max_uses | null (unlimited) or greater than the current successful_payment_count |
expires_at | Must be in the future and later than the current expires_at |
metadata | Replaces the entire metadata object |
Required scope
payment_links.updateAuthorizations
API key passed as a bearer token. Use sk_live_ keys for production and sk_test_ keys for sandbox. Keys are provisioned during merchant onboarding.
Path Parameters
The payment link ID (UUID v4).
Body
Include only the fields you want to change. type, currency, amount, line_items, and merchant_branch_reference_number cannot be updated.
Free-form text displayed to the customer.
"Updated order description"
Your internal order reference.
100"ORD-2026-0618-002"
Each URL must use HTTPS. You can update individual URLs without affecting the others.
For multi_use links only. Must be null (unlimited) or greater than successful_payment_count.
20
Must be in the future and later than the current expires_at.
"2026-08-18T00:00:00Z"
Replaces the entire metadata object. Max 50 keys, key max 40 characters, value max 500 characters.
Response
The updated payment link
The payment link object returned by all endpoints.