NaaS — Submerchant Management
Set Alias
POST /v2/naas/submerchants/alias — set the URL slug used in static payment link URLs.
Sets the URL slug used to build static payment link URLs for a sub-merchant. The alias becomes the
Response
{slug} in https://checkout.noxpay.io/pay/{slug}/{link_path}.
The alias can be updated at any time — it overwrites the previous value.
Payload fields
| Field | Type | Required | Description |
|---|---|---|---|
correlation_id | string (UUID) | Yes | UUID returned by Enroll Sub-merchant. |
alias | string | Yes | URL slug. Letters, numbers, _ and - only. Max 32 characters. |
Response 200 OK
400 — missing or invalid correlation_id or alias; alias fails format validation.
404 — correlation_id not found or does not belong to this master merchant.

