Update a pay link
PUT/api/v1/stores/:storeId/payment-requests/:id
Updates the details of an existing pay link.
Only fields provided in the request body are updated — omitted fields retain their current values. Note that updating a pay link does not affect any invoices already generated from it.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Payment request successfully updated
Bad request. Invalid input.
Unauthorized.
Payment request doesn't exist.
Unexpected error.