Tidepay API Docs

Create a paylink

POST
/paylinks

Creates a reusable checkout link for a plan — either an existing planId, or a plan object to create the plan at the same time (exactly one is required; implicit plan creation doesn't support payout splits). The returned url is what you share with customers.

X-API-Key<token>

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

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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