Update (or Deactivate) a Payment Link

Modify attributes of an existing payment link or reactivate a previously deactivated link.

This endpoint enables merchants to update their payment links or restore inactive links for reuse.

Key Features

Update Attributes

Modify existing payment link properties such as amount, expiration date, or metadata.

Deactivate Links

Set the active parameter to false or 0 to make links inaccessible without permanent deletion.

Reactivate Links

Restore previously deactivated links by setting the active parameter to true or 1.


Documentation

Parameters

Accepts the same parameters as the Create a Payment Link endpoint, except for the funding parameter, which is unsupported in this context.

Requires the id or link_meta.paymentLinkId route parameter to identify the specific link to update.

Deactivating Links

To deactivate a link, set the active parameter to false or 0. This makes the link inaccessible without deleting it permanently.

Reactivating Links

To reactivate a deactivated link, set the active parameter to true or 1.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!