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

edit
Update Attributes

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

power-off
Deactivate Links

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

undo
Reactivate Links

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


Documentation

cogsParameters

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.

power-offDeactivating Links

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

undoReactivating Links

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

❗️

Making any change to a payment link will alter the URL. After making a change, you will need to use the new payment link URL and update any reference to use the new updated URL.

Note: This does not apply to deactivating or reactivating a payment link.

Path Params
Body Params
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json