Update payment link
PATCH
/api/payment-links/{linkId}
Request Body
application/json
Update description.
Update delivered content.
Valid values
"active""disabled"ISO 8601 timestamp, or null to remove expiry.
Format
"date-time"Max uses, or null to remove limit.
Responses
Updated payment link
application/json
{
"success": "<boolean>",
"paymentLink": {
"id": "<integer>",
"linkId": "<string>",
"amount": "<string>",
"currency": "<string>",
"network": "<string>",
"payTo": "<string>",
"assetAddress": "<string>",
"scheme": "<string>",
"description": "<string>",
"resourceContent": "<string>",
"status": "<string>",
"expiresAt": "<string>",
"maxUses": "<integer>",
"useCount": "<integer>",
"url": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
}