Partially update payment link
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Get a $50 voucher to share your developer experience with Payroc. Contact us to register your interest.
Use this method to partially update a payment link. Structure your request to follow the RFC 6902 standard.
To update a payment link, you need its paymentLinkId, which we sent you in the response of the Create Payment Link method.
Note: If you don’t have the paymentLinkId, use our List Payment Links method to search for the payment link.
You can update the following properties of a multi-use link:
You can update the following properties of a single-use link:
Note: When a merchant updates a single-use link, we update the payment URL and HTML code in the assets object. The customer can’t use the original link to make a payment.
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.