API Reference

Update a Payment Link

Use the below endpoint to update the Payment Link:

/invoices/:id

Path Parameter🔗

id mandatory
string The unique identifier of the Payment Link that needs to be updated.

Request Parameters🔗

partial_payment optional
boolean Set this to true to receive partial payments on the link.
receipt optional
string Add a unique receipt number to an existing link.
expire_by optional
integer Specify a Unix timestamp for the expiry of the link.
×