Checkout/Payment Links
Update Payment Link Status
Update the status of a payment link.
Allows activating or deactivating a payment link. When deactivated, the link will no longer accept new payments. Existing payments in progress are not affected.
patch/api/v2/payment_links/{payment_link_id}/status
Path parameters
payment_link_idstring uuid required
Unique identifier (UUID) of the payment link to update
Unique identifier (UUID) of the payment link to update
Request body
Response
Successful Response
Example response
{
"custom_fields": {
"properties": {
"child_name": {
"title": "Child Name",
"type": "string"
},
"parent_email": {
"title": "Parent Email",
"type": "string"
}
},
"required": [
"child_name"
],
"type": "object"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.