Create Client
POST/api/v1/clients
Creates a new client and provisions a dedicated CVU for the specified PaymentHub. Each client is limited to one PaymentHub (1:1 constraint at the API level).
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 422
- 429
- 500
Client created successfully
Invalid request data
Invalid or missing API key
Requested resource not found
Idempotency key conflict
Invalid or unprocessable request
Rate limit exceeded
Response Headers
Retry-After
Seconds until rate limit resets
Internal server error