Tidepay API Docs

Update a paylink

PATCH
/paylinks/{paylinkId}

Only name and active are mutable — the underlying planId cannot be changed; create a new paylink instead.

X-API-Key<token>

Your merchant API key, shown once at creation in the dashboard (Settings → API key).

In: header

Path Parameters

paylinkId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/paylinks/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty