Skip to main content
PATCH
/
payment-links
/
{id}
Update a payment link
curl --request PATCH \
  --url https://api.example.com/payment-links/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

id
string
required

Payment link id

Body

application/json

Update a payment link params

The body is of type object.

Response

Payment link details

The response is of type object.