{
"description": "My updated payment link description"
}
curl --location --request PATCH 'https://api.lopay.com/api/1/partner/payment-link/' \
--header 'x-merchant-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "My updated payment link description"
}'
{
"id": "dd82c9e8-63a2-45a2-9e74-6d82c5b22c65",
"amount": {
"units": 15000,
"currencyCode": "GBP"
},
"link": "https://lopay.app/08adf/b9f0bc31-4209-4bbb-bf1d-2ea124031056",
"reference": null,
"description": "Payment for INV#1000 (Gary Smith)",
"status": "pending",
"dataCollection": [
"name"
],
"taxes": [],
"payments": [],
"returnUrl": null,
"createdAt": "2025-07-21T08:33:06.888Z",
"updatedAt": "2025-07-21T08:33:06.888Z"
}