Tidepay API Docs
API ReferenceCustomers

Create a customer

POST
/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/customers" \  -H "Content-Type: application/json" \  -d '{}'
Empty