Update Payment Link
Payment Links
Update Payment Link
Update an existing payment link
PATCH
Update Payment Link
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the payment link
Body
application/json
Payment link update details
Optional custom metadata
Example:
{ "orderId": "12345" }The name of the payment link
A description of the payment link
Whether the payment link is active
The URL to redirect to on successful payment
The URL to redirect to if customer cancels
Configuration for the hosted checkout page
Response
Payment link updated successfully